Example #1
0
File: Table.php Project: kstep/pnut
 public function update($values, $condition = null)
 {
     return parent::update($this->_table, $values, $condition);
 }