コード例 #1
2
ファイル: menudb_class.php プロジェクト: andreiBall/main-site
 public static function getMainMenu()
 {
     return ObjectDB::getAllOnField(self::$table, __CLASS__, "type", MAINMENU, "id");
 }
コード例 #2
0
ファイル: polldatadb_class.php プロジェクト: trukfit/htdocs
 public static function getAllOnPollID($poll_id)
 {
     return ObjectDB::getAllOnField(self::$table, __CLASS__, "poll_id", $poll_id, "id");
 }