Esempio n. 1
0
 public function delete(Syj_Model_Path $path)
 {
     $this->getDbTable()->delete(array('id = ?' => $path->getId()));
 }