__call()
__construct()
addMethods()
getParams()
table()
compileMixins()
$mixins
$params
$table
$method_map
The base Query class for SELECT, INSERT, UPDATE and DELETE statement.
These four classes will share some functionality, so let us share!
| package | Peyote | 
|---|---|
| author | Dave Widmer | 
__call(string $name, $params) : \Peyote\Query
__construct(string $table)
stringThe name of the table
addMethods(string $mixin, array $methods) : \Petoyte\Query
stringThe name of the mixin
arrayA list of methods to add
\Petoyte\QuerygetParams() : array
arraycompileMixins() : array
arrayAll of the mixins into an array.$mixins : array
$params : array
$table : string
$method_map : array