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