Methods

List table columns

list_columns(string $table, string $like) : array

Parameters

$table

string

table name

$like

string

column name pattern

Returns

arrayarray of column structure

List tables

list_tables(string $like) 

Parameters

$like

string

Exceptions

\FuelException

Set the charset

set_charset(string $charset) 

Parameters

$charset

string

Stores the database configuration locally and name the instance.

__construct(string $name, array $config) 

[!!] This method cannot be accessed directly, you must use [static::instance].

Parameters

$name

string

$config

array