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