示例#1
0
文件: Table.php 项目: kstep/pnut
 public function delete($condition)
 {
     return parent::delete($this->_table, $condition);
 }