public function __construct($table, WhereBuilder $where) { parent::__construct($table); $this->where = $where; }
public function __construct($opts = null) { parent::__construct($opts); $this->fields = array(); $this->index_list = array(); }