Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/src/ChamiloLMS/Controller
Julio Montoya 0b08b2b932 Cleaning controllers removing harcoded defaults parameters. 13 years ago
..
Admin Cleaning controllers removing harcoded defaults parameters. 13 years ago
Tool Cleaning controllers removing harcoded defaults parameters. 13 years ago
BaseController.php Minor - changing function scopes. 13 years ago
CertificateController.php Minor - format code 13 years ago
CommonController.php Improving routes creations (when using the new CRUD controllers) using the ReflectionControllerProvider class CRUD see #6264 13 years ago
CourseHomeController.php Minor - format code 13 years ago
EditorController.php Adding edit link for question admins 13 years ago
ExerciseController.php Copy reused now using AJAX calls see BT#6515 13 years ago
IndexController.php Merge 13 years ago
IntroductionToolController.php Using a controller instead of including a introductionSection.inc.php file 13 years ago
LearnpathController.php Using $app['orm.ems']['db_write'] instead of $app['orm.em'] because we can use 2 databases to read or write depending in a configuration located in services.php 13 years ago
LegacyController.php Minor - replacing var name because the $headers variable is used. 13 years ago
ModelAjaxController.php Fixing question list error. teacher can only view his list of questions. 13 years ago
NewsController.php Adding new URLs web/certificates/1, web/users/admin and web/news/1 instead of certificates/index.php?id=1 user.php?u=admin (probably never used) and news_list.php?id=1 13 years ago
UserController.php Minor - Adding comments, preparing code to move whoisonline.php to web/users/online but not for 1.10 13 years ago
UserPortalController.php Fixing redirection to course. 13 years ago