コード例 #1
0
ファイル: RoleMapper.php プロジェクト: hackjatra/atmlocator
 public function delete(App_Model_Role $tbl)
 {
     $id = $tbl->getId();
     $this->getDbTable()->delete(array('id = ?' => $id));
 }