Add the ability to browse applications by rating and a unit test for the added Application::getWithRating()

This commit is contained in:
EA Durbin
2006-09-27 02:44:16 +00:00
committed by WineHQ
parent 1a5f9b3b0f
commit d8fe952bb1
5 changed files with 359 additions and 41 deletions

View File

@@ -23,6 +23,7 @@ function global_sidebar_menu() {
$g->add("AppDB Home", BASE);
$g->add("Screenshots", BASE."viewScreenshots.php");
$g->add("Browse Apps", BASE."appbrowse.php");
$g->add("Browse Apps by Rating", BASE."browse_by_rating.php");
$g->add("Top 25", BASE."votestats.php");
$g->add("Submit Application", BASE."appsubmit.php?sSub=view&sAppType=application");
$g->add("Help & Documentation", BASE."help/");