コード例 #1
0
ファイル: Table.php プロジェクト: kstep/pnut
 public function insert($values)
 {
     return parent::insert($this->_table, $values);
 }