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