예제 #1
0
파일: Table.php 프로젝트: kstep/pnut
 public function insert($values)
 {
     return parent::insert($this->_table, $values);
 }