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