Pheasant\Database\Mysqli\Table::where PHP Method

where() public method

Builds a TableCriteria object for the table
public where ( $where, $params = [] )
    public function where($where, $params = array())
    {
        return new \Pheasant\Query\TableCriteria($this, $where, $params);
    }