V_CACHE
V_CACHE
Defines a parameter as "whether to cache"
The framework database interface
$cache : \Alo\Cache\AbstractCache
The cache object in use
beginTransaction() : \Alo\Db\AbstractDb
Begins a transaction
rollBack() : \Alo\Db\AbstractDb
Rolls back a transaction
commit() : \Alo\Db\AbstractDb
Commits a transaction
prepQuery(string $sql, array $params = null, array $settings = array()) : array|boolean
Executes a prepared query and returns the results
string | $sql | The SQL code |
array | $params | Bound parameters |
array | $settings | Optional settings |
Result array on SELECT queries, TRUE/FALSE for others