Example #1
0
 public function __construct($table, $where, $params = array())
 {
     parent::__construct($where, $params);
     $this->_table = $table;
 }
 function __construct($db = null)
 {
     parent::__construct($db);
 }
Example #3
0
 public function __construct(Entity $entity)
 {
     parent::__construct("select", $entity);
 }