public static function getMainMenu()
 {
     return ObjectDB::getAllOnField(self::$table, __CLASS__, "type", MAINMENU, "id");
 }
Exemple #2
0
 public static function getAllOnPollID($poll_id)
 {
     return ObjectDB::getAllOnField(self::$table, __CLASS__, "poll_id", $poll_id, "id");
 }