|
Flupdo
v1.2
|
Extend PDO class with query builder starting methods. More...

Public Member Functions | |
| __call ($method, $args) | |
| Returns fresh instance of Flupdo query builder. | |
| quoteIdent ($ident) | |
| Quote identifier for use in SQL query (i.e. More... | |
| rawSql ($sql) | |
| Returns object marking raw SQL statement. | |
Static Public Member Functions | |
| static | createInstanceFromConfig ($config) |
| Creates instance of this class using configuration specified in array. More... | |
Extend PDO class with query builder starting methods.
These methods are simple factory & proxy to FlupdoBuilder.
| quoteIdent | ( | $ident | ) |
Quote identifier for use in SQL query (i.e.
table name, column name), preserve dot.
This is a copy of FlupdoBuilder::quoteIdent().
|
static |
Creates instance of this class using configuration specified in array.
$config is array containing these keys:
Or:
See PDO documentation for details.
1.8.11