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