Main Page | Directories | File List | File Members

stats/index.php File Reference

Go to the source code of this file.

Variables

 $since_day = date("d")
 $since_year = date("Y")
 $until_month = date("m")
 $until_day = date("d")
 $until_year = date("Y")
 $hour = date("H")
 $min = date("i")
 $until = mktime($hour,$min,0,$until_month, $until_day, $until_year)
 $form_opening = '<form action="'.$PHP_SELF.'#options" method="GET">'
 $form_submit = '<input class="bold" value="'._("Apply").'" name="update" type="submit" />'
 $count_users = stats_getusers()
 $count_groups = stats_getprojects()
 $content = array()
 $total = array()
 $count = stats_getusers("add_date>='$since' AND add_date<='$until'")
 $key = ngettext("New user", "New users", $count)
 $total_patch = stats_getitems("patch")
 $total_task = stats_getitems("task")
 $total_bugs = stats_getitems("bugs")
 $total_support = stats_getitems("support")
 $content_total = array()
 $total_open = 0
 $count_open = stats_getitems("support", 3, "date>='$since' AND date<='$until'")
 print
 $count_groups_private = stats_getprojects("","0")
print< br/> nnbsp
 $themes_list = theme_list(1)
 $popular_themes = array()
 $percent = ($count / $count_users) * 100


Variable Documentation

$content = array()
 

Definition at line 84 of file stats/index.php.

$content_total[$key] = array()
 

Definition at line 118 of file stats/index.php.

$count = stats_getusers("add_date>='$since' AND add_date<='$until'")
 

Definition at line 87 of file stats/index.php.

$count_groups = stats_getprojects()
 

Definition at line 82 of file stats/index.php.

$count_groups_private = stats_getprojects("","0")
 

Definition at line 230 of file stats/index.php.

$count_open = stats_getitems("support", 3, "date>='$since' AND date<='$until'")
 

Definition at line 125 of file stats/index.php.

$count_users = stats_getusers()
 

Definition at line 81 of file stats/index.php.

$form_opening = '<form action="'.$PHP_SELF.'#options" method="GET">'
 

Definition at line 55 of file stats/index.php.

$form_submit = '<input class="bold" value="'._("Apply").'" name="update" type="submit" />'
 

Definition at line 56 of file stats/index.php.

$hour = date("H")
 

Definition at line 42 of file stats/index.php.

$key = ngettext("New user", "New users", $count)
 

Definition at line 88 of file stats/index.php.

$min = date("i")
 

Definition at line 43 of file stats/index.php.

$percent = ($count / $count_users) * 100
 

Definition at line 351 of file stats/index.php.

$popular_themes = array()
 

Definition at line 338 of file stats/index.php.

$since_day = date("d")
 

Definition at line 35 of file stats/index.php.

$since_year = date("Y")
 

Definition at line 36 of file stats/index.php.

$themes_list = theme_list(1)
 

Definition at line 337 of file stats/index.php.

$total = array()
 

Definition at line 85 of file stats/index.php.

Referenced by graphs_build(), trackers_votes_user_giventoitem_count(), and trackers_votes_user_remains_count().

$total_bugs = stats_getitems("bugs")
 

Definition at line 106 of file stats/index.php.

$total_open = 0
 

Definition at line 124 of file stats/index.php.

$total_patch = stats_getitems("patch")
 

Definition at line 104 of file stats/index.php.

$total_support = stats_getitems("support")
 

Definition at line 107 of file stats/index.php.

$total_task = stats_getitems("task")
 

Definition at line 105 of file stats/index.php.

$until = mktime($hour,$min,0,$until_month, $until_day, $until_year)
 

Definition at line 53 of file stats/index.php.

$until_day = date("d")
 

Definition at line 39 of file stats/index.php.

$until_month = date("m")
 

Definition at line 38 of file stats/index.php.

$until_year = date("Y")
 

Definition at line 40 of file stats/index.php.

& nbsp
 

Definition at line 319 of file stats/index.php.

print
 

Definition at line 213 of file stats/index.php.


Generated on Sun Feb 26 13:23:05 2006 for Savane PHP Frontend Developer Reference by  doxygen 1.4.4