An abstract starting class for the WHERE and HAVING classes.

package Peyote
author Dave Widmer

 Methods

Compiles the query into raw SQL

compile() : string

Returns

string

Gets the list of bound parameters.

getParams() : array

Returns

array

Gets the type of sorting query we are running.

getType() : string

Returns

string

 Properties

 

The order clauses.

$clauses : array

 

A list of bound parameters.

$params : array