__call()
__construct()
addMethods()
compile()
getParams()
limit()
table()
where()
compileMixins()
$limit
$mixins
$order_by
$params
$table
$where
$method_map
Building a DELETE query.
See Select for the full rant, but the tl;dr is that php 4 is messing up my classes, so I have to actually declare where() and limit() in this class instead of just using the cool passthru functionality.
| package | Peyote | 
|---|---|
| author | Dave Widmer | 
__call(string $name, $params) : \Peyote\Query
| inherited_from | \Peyote\Query::__call() | 
|---|
stringThe name of the method to call
\Peyote\Exception | 
|---|
__construct(string $table)
stringThe name of the table
addMethods(string $mixin, array $methods) : \Petoyte\Query
| inherited_from | \Peyote\Query::addMethods() | 
|---|
stringThe name of the mixin
arrayA list of methods to add
\Petoyte\Querycompile() : string
stringgetParams() : array
arraywhere(string $column, string $op, mixed $value) : \Peyote\Delete
stringThe column name
stringThe comparison operator
mixedThe value to bind
compileMixins() : array
| inherited_from | \Peyote\Query::compileMixins() | 
|---|
arrayAll of the mixins into an array.$mixins : array
$params : array
| inherited_from | \Peyote\Query::$$params | 
|---|
$table : string
| inherited_from | \Peyote\Query::$$table | 
|---|
$method_map : array
| inherited_from | \Peyote\Query::$$method_map | 
|---|