claroline/claroline/admin/right/profile_list.php File Reference

Go to the source code of this file.

Namespaces

namespace  RIGHT

Enumerations

enum  DISPLAY_LIST
enum  DISPLAY_FORM

Variables

 $error_list = array()
 $display = DISPLAY_LIST
 $cmd = isset($_REQUEST['cmd'])?$_REQUEST['cmd']:null
 $profile_id = isset($_REQUEST['profile_id'])?(int)$_REQUEST['profile_id']:null
 $dialogBox = new DialogBox()
if($cmd$itemPerPage = 10
 $tbl_mdb_names = claro_sql_get_main_tbl()
 $tblProfile = $tbl_mdb_names['right_profile']
 $sql
 $offset = (isset($_REQUEST['offset']) && !empty($_REQUEST['offset']) ) ? $_REQUEST['offset'] : 0
 $profilePager = new claro_sql_pager($sql,$offset, $itemPerPage)
 $profileList = $profilePager->get_result_list()
 $nameTools = get_lang('Course profile list')
 $noQUERY_STRING = TRUE
 $out = ''

Enumeration Type Documentation

Definition at line 32 of file profile_list.php.

Definition at line 31 of file profile_list.php.


Variable Documentation

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

Definition at line 38 of file profile_list.php.

$dialogBox = new DialogBox()

Definition at line 41 of file profile_list.php.

$display = DISPLAY_LIST

Definition at line 34 of file profile_list.php.

$error_list = array()

Definition at line 29 of file profile_list.php.

if ($cmd) $itemPerPage = 10

Definition at line 106 of file profile_list.php.

$nameTools = get_lang('Course profile list')

Definition at line 123 of file profile_list.php.

$noQUERY_STRING = TRUE

Definition at line 124 of file profile_list.php.

$offset = (isset($_REQUEST['offset']) && !empty($_REQUEST['offset']) ) ? $_REQUEST['offset'] : 0

Definition at line 115 of file profile_list.php.

$out = ''

Definition at line 126 of file profile_list.php.

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

Definition at line 39 of file profile_list.php.

$profileList = $profilePager->get_result_list()

Definition at line 117 of file profile_list.php.

$profilePager = new claro_sql_pager($sql,$offset, $itemPerPage)

Definition at line 116 of file profile_list.php.

$sql
Initial value:
 " SELECT profile_id as id, name, description, locked, required
         FROM `" . $tblProfile . "`
         WHERE type = 'COURSE' "

Definition at line 111 of file profile_list.php.

$tbl_mdb_names = claro_sql_get_main_tbl()

Definition at line 108 of file profile_list.php.

$tblProfile = $tbl_mdb_names['right_profile']

Definition at line 109 of file profile_list.php.

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