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'] : '') | |
| $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.
Definition at line 110 of file adminregisteruser.php.
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 |
" 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 |
" 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.
1.6.3