claroline/claroline/right/profile_list.php File Reference

Go to the source code of this file.

Namespaces

namespace  RIGHT

Variables

 $nameTools = get_lang('Course profile list')
 $dialogBox = ''
 $tidReset = true
 $is_allowedToEdit = claro_is_course_manager()
 if (!$is_allowedToEdit)
 $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()
 $out = ''

Variable Documentation

$dialogBox = ''

Definition at line 22 of file profile_list.php.

$is_allowedToEdit = claro_is_course_manager()

Definition at line 27 of file profile_list.php.

$itemPerPage = 10

Definition at line 42 of file profile_list.php.

$nameTools = get_lang('Course profile list')

Definition at line 20 of file profile_list.php.

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

Definition at line 51 of file profile_list.php.

foreach ($profileList as $thisProfile) $out = ''

Definition at line 55 of file profile_list.php.

$profileList = $profilePager->get_result_list()

Definition at line 53 of file profile_list.php.

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

Definition at line 52 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 47 of file profile_list.php.

$tbl_mdb_names = claro_sql_get_main_tbl()

Definition at line 44 of file profile_list.php.

$tblProfile = $tbl_mdb_names['right_profile']

Definition at line 45 of file profile_list.php.

$tidReset = true

Definition at line 23 of file profile_list.php.

if(!$is_allowedToEdit)

Definition at line 29 of file profile_list.php.

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