Méthode |
Description |
|
__construct ( array $descriptor ) |
Class constructor avoids the automatic connection. |
|
execute ( string $sqlStatement, array $bindParams = null, array $bindTypes = null ) : boolean |
Executes the SQL statement without caching |
|
query ( string $sqlStatement, array $bindParams = null, array $bindTypes = null ) : Serializable |
The queries executed are stored in the cache |
|
setCache ( Phalcon\Cache\BackendInterface $cache ) |
Sets a handler to cache the data |
|
tableExists ( string $tableName, string $schemaName = null ) : boolean |
Checks if a table exists |
|