Exemplo n.º 1
0
Arquivo: Table.php Projeto: kstep/pnut
 public function insert($values)
 {
     return parent::insert($this->_table, $values);
 }