claroline/claroline/admin/adminregisteruser.php File Reference

Go to the source code of this file.

Namespaces

namespace  CLUSR

Variables

 $cidReset = TRUE
 $gidReset = TRUE
 $tidReset = TRUE
 $user_id = isset( $_REQUEST['user_id'] ) ? $_REQUEST['user_id'] : null
if($cidToEdit=='') $dialogBox = new DialogBox()
 $nameTools = get_lang('Enroll a user')
 $tbl_mdb_names = claro_sql_get_main_tbl()
 $tbl_user = $tbl_mdb_names['user' ]
 $tbl_courses = $tbl_mdb_names['course' ]
 $tbl_course_user = $tbl_mdb_names['rel_course_user' ]
if(isset($_REQUEST['dir'])) if(isset($_REQUEST['order_crit'])) $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : null
switch($cmd$courseData = claro_get_course_data($cidToEdit)
 $sql
 $toAdd
 $userList = $myPager->get_result_list()
 $isSearched = ''
 $out = claro_html_tool_title( $nameTools )
 $addToURL = ( isset($_REQUEST['addToURL']) ? $_REQUEST['addToURL'] : '')

Variable Documentation

$addToURL = ( isset($_REQUEST['addToURL']) ? $_REQUEST['addToURL'] : '')

Definition at line 306 of file adminregisteruser.php.

$cidReset = TRUE

Definition at line 21 of file adminregisteruser.php.

if (isset($_REQUEST['dir'])) if (isset($_REQUEST['order_crit'])) $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : null

Definition at line 75 of file adminregisteruser.php.

switch ($cmd) $courseData = claro_get_course_data($cidToEdit)

Definition at line 110 of file adminregisteruser.php.

if ($cidToEdit=='') $dialogBox = new DialogBox()

Definition at line 54 of file adminregisteruser.php.

$gidReset = TRUE

Definition at line 21 of file adminregisteruser.php.

$isSearched = ''

Definition at line 194 of file adminregisteruser.php.

$nameTools = get_lang('Enroll a user')

Definition at line 58 of file adminregisteruser.php.

if (isset($_REQUEST['order_crit'])) if (isset($_REQUEST['offset'])) foreach ($userList as $user) $out = claro_html_tool_title( $nameTools )

Definition at line 235 of file adminregisteruser.php.

$sql
Initial value:
 "
SELECT
    U.nom, U.prenom, U.`user_id` AS ID,
    CU.*,
    CU.`user_id` AS Register
FROM  `" . $tbl_user . "` AS U"

Definition at line 116 of file adminregisteruser.php.

$tbl_course_user = $tbl_mdb_names['rel_course_user' ]

Definition at line 64 of file adminregisteruser.php.

$tbl_courses = $tbl_mdb_names['course' ]

Definition at line 63 of file adminregisteruser.php.

$tbl_mdb_names = claro_sql_get_main_tbl()

Definition at line 61 of file adminregisteruser.php.

$tbl_user = $tbl_mdb_names['user' ]

Definition at line 62 of file adminregisteruser.php.

$tidReset = TRUE

Definition at line 21 of file adminregisteruser.php.

$toAdd
Initial value:
 "
LEFT JOIN `" . $tbl_course_user . "` AS CU
    ON             CU.`user_id`=U.`user_id`
            AND CU.`code_cours` = '" . claro_sql_escape($cidToEdit) . "'
        "

Definition at line 123 of file adminregisteruser.php.

$user_id = isset( $_REQUEST['user_id'] ) ? $_REQUEST['user_id'] : null

Definition at line 47 of file adminregisteruser.php.

$userList = $myPager->get_result_list()

Definition at line 192 of file adminregisteruser.php.

Generated on Tue Jun 8 12:28:36 2010 for Claroline API by  doxygen 1.6.3