Beispiel #1
0
 public function delete(App_Model_Role $tbl)
 {
     $id = $tbl->getId();
     $this->getDbTable()->delete(array('id = ?' => $id));
 }