Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
score.php File Reference

Variables

const ELEMENTS_PER_PAGE = 20
 $score = new Score($user->id)
if($_REQUEST['cmd']=="write")
if($_REQUEST['cmd']=="kill") 
$stmt = DBManager::get()->query("SELECT COUNT(*) FROM user_info a LEFT JOIN auth_user_md5 b USING (user_id) WHERE score > 0 AND locked=0 AND ".get_vis_query('b') )
 $anzahl = $stmt->fetchColumn()
 $query = ",".ELEMENTS_PER_PAGE
 $result = DBManager::get()->query($query)
while($row=$result->fetch()) $template = $GLOBALS['template_factory']->open('score')

Variable Documentation

$anzahl = $stmt->fetchColumn()
$query = ",".ELEMENTS_PER_PAGE
$result = DBManager::get()->query($query)
$score = new Score($user->id)
if ($_REQUEST['cmd']=="write") if ($_REQUEST['cmd']=="kill") $stmt = DBManager::get()->query("SELECT COUNT(*) FROM user_info a LEFT JOIN auth_user_md5 b USING (user_id) WHERE score > 0 AND locked=0 AND ".get_vis_query('b') )
while ($row=$result->fetch()) $template = $GLOBALS['template_factory']->open('score')
const ELEMENTS_PER_PAGE = 20