Пример #1
0
 public function __construct($tableName)
 {
     parent::__construct($tableName);
     $this->selectFieldArray = array();
     $this->where = null;
     $this->orderBy = null;
 }
Пример #2
0
 public function __construct($tableName)
 {
     parent::__construct($tableName);
     $this->valuePairArray = array();
     $this->onDuplicateUpdateArray = array();
     $this->ignore = 0;
     $this->setLastInsertId = 1;
 }