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