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