claroline/claroline/group/group.php File Reference
Go to the source code of this file.
Variable Documentation
| $_groupProperties = claro_get_current_group_properties_data() |
| $currentCourseId = claro_get_current_course_id() |
| $currentCourseRepository = claro_get_course_path() |
MAIN SETTINGS INIT
Definition at line 74 of file group.php.
| $display = DISP_GROUP_LIST |
| $display_groupadmin_manager = (bool) $is_allowedToManage |
| $groupPrivate = $_groupProperties ['private'] |
| if ($is_allowedToManage) if (DISP_GROUP_LIST==$display) $htmlHeadXtra[] |
Initial value:
'<style type="text/css">
<!--
.comment { margin-left: 30px}
-->
</style>'."\n"
Definition at line 524 of file group.php.
| $is_allowedToManage = claro_is_allowed_to_edit() |
Initial value:
Definition at line 79 of file group.php.
| $nameTools = get_lang("Groups") |
| $nbGroupPerUser = $_groupProperties ['nbGroupPerUser'] |
| if ($is_allowedToManage) $out = '' |
| $sortUrlList = $groupPager->get_sort_url_list($_SERVER['PHP_SELF']) |
| $tbl_cdb_names = claro_sql_get_course_tbl() |
DB TABLE NAMES INIT
Definition at line 59 of file group.php.
| $tbl_course_properties = $tbl_cdb_names['course_properties' ] |
| $tbl_CoursUsers = $tbl_mdb_names['rel_course_user' ] |
| $tbl_Forums = $tbl_cdb_names['bb_forums' ] |
| $tbl_Groups = $tbl_cdb_names['group_team' ] |
| $tbl_GroupsProperties = $tbl_cdb_names['group_property' ] |
| $tbl_GroupsUsers = $tbl_cdb_names['group_rel_team_user'] |
| $tbl_mdb_names = claro_sql_get_main_tbl() |
| $tbl_user = $tbl_mdb_names['user' ] |