update() public method

public update ( )
Esempio n. 1
0
 public function update()
 {
     if ($this->_query->aliasTable) {
         throw new InvalidArgumentException("Alias in update query is not supported in sqlite3");
     }
     return parent::update();
 }