LiteDB
extends PDO
in package
This file is part of the Cockpit project.
(c) Artur Heinze - π °π Άπ ΄π ½ππ ΄π Ήπ Ύ, http://agentejo.com
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Table of Contents
- $log : mixed
- __get() : mixed
- connect() : mixed
- fetch() : mixed
- fetchAll() : mixed
Properties
$log
public
mixed
$log
= []
Methods
__get()
public
__get(mixed $table) : mixed
Parameters
- $table : mixed
Return values
mixed —connect()
public
static connect([mixed $dns = "sqlite::memory:" ][, mixed $user = null ][, mixed $password = null ][, mixed $options = [] ]) : mixed
Parameters
- $dns : mixed = "sqlite::memory:"
- $user : mixed = null
- $password : mixed = null
- $options : mixed = []
Return values
mixed —fetch()
public
fetch(mixed $sql) : mixed
Parameters
- $sql : mixed
Return values
mixed —fetchAll()
public
fetchAll(mixed $sql) : mixed
Parameters
- $sql : mixed