Go to the source code of this file.
Namespaces | |
| namespace | COURSE |
Functions | |
| build_select_faculty ($elem, $father, $editFather, $space) | |
| course_category_get_list () | |
Variables | |
| $cidReset = TRUE | |
| $gidReset = TRUE | |
| $tidReset = TRUE | |
| $tbl_mdb_names = claro_sql_get_main_tbl() | |
| $tbl_course_nodes = $tbl_mdb_names['category'] | |
| $nameTools = get_lang('Advanced course search') | |
| else | $access = "all" |
| else | $subscription = "all" |
| else | $visibility = "all" |
| else | $code = "" |
| else | $intitule = "" |
| else | $category = "" |
| else | $searchLang = "" |
| $arrayFaculty = course_category_get_list() | |
| $category_array = claro_get_cat_flat_list() | |
| $language_list = claro_get_lang_flat_list() | |
| $out = '' | |
| $tpl = new PhpTemplate( get_path( 'incRepositorySys' ) . '/templates/advancedCourseSearch.tpl.php' ) | |
| build_select_faculty | ( | $ | elem, | |
| $ | father, | |||
| $ | editFather, | |||
| $ | space | |||
| ) |
This function create de select box to choose categories
| - | elem array : the faculties | |
| - | father string : the father of the faculty | |
| - | $editFather string : the faculty editing | |
| - | $space string : space to the bom of the faculty |
: create de select box categories
Definition at line 115 of file advancedCourseSearch.php.
| course_category_get_list | ( | ) |
return all courses category order by treepos
Definition at line 139 of file advancedCourseSearch.php.
| else $access = "all" |
Definition at line 57 of file advancedCourseSearch.php.
| $arrayFaculty = course_category_get_list() |
Definition at line 66 of file advancedCourseSearch.php.
| else $category = "" |
Definition at line 62 of file advancedCourseSearch.php.
| $category_array = claro_get_cat_flat_list() |
Definition at line 67 of file advancedCourseSearch.php.
| $cidReset = TRUE |
Definition at line 20 of file advancedCourseSearch.php.
| else $code = "" |
Definition at line 60 of file advancedCourseSearch.php.
| $gidReset = TRUE |
Definition at line 20 of file advancedCourseSearch.php.
| else $intitule = "" |
Definition at line 61 of file advancedCourseSearch.php.
| $language_list = claro_get_lang_flat_list() |
Definition at line 69 of file advancedCourseSearch.php.
| $nameTools = get_lang('Advanced course search') |
Definition at line 38 of file advancedCourseSearch.php.
| $out = '' |
Definition at line 76 of file advancedCourseSearch.php.
| else $searchLang = "" |
Definition at line 63 of file advancedCourseSearch.php.
| else $subscription = "all" |
Definition at line 58 of file advancedCourseSearch.php.
| $tbl_course_nodes = $tbl_mdb_names['category'] |
Definition at line 33 of file advancedCourseSearch.php.
| $tbl_mdb_names = claro_sql_get_main_tbl() |
Definition at line 32 of file advancedCourseSearch.php.
| $tidReset = TRUE |
Definition at line 20 of file advancedCourseSearch.php.
| $tpl = new PhpTemplate( get_path( 'incRepositorySys' ) . '/templates/advancedCourseSearch.tpl.php' ) |
Definition at line 82 of file advancedCourseSearch.php.
| else $visibility = "all" |
Definition at line 59 of file advancedCourseSearch.php.
1.6.3