id = $id; $result = FALSE; if ($dao->find(TRUE)) { $dao->delete(); $result = TRUE; } return $result; } }