/** * */ public function __construct() { // Call parent constructor parent::__construct(); // Build attributes $this->_where = []; }
/** * */ public function __construct() { // Call parent constructor parent::__construct(); // Build attributes $this->_count = []; $this->_fields = []; $this->_groupBy = []; $this->_orderBy = []; $this->_where = []; }