Changeset 884 for pro-violet-viettel/sourcecode/application/modules/frontend/controllers/lecture.php
- Timestamp:
- Apr 7, 2015 2:17:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/lecture.php
r821 r884 6 6 /** 7 7 * Lecture Class 8 * 8 * @todo Show lecture editor software 9 9 * @author dzungnv02 10 10 * … … 12 12 class Lecture extends MX_Controller { 13 13 14 /** 15 * function __construct 16 * @todo constructor of class 17 */ 14 18 public function __construct() { 15 19 parent::__construct(); … … 18 22 } 19 23 24 /** 25 * function index 26 * @todo Show lecture editor 27 */ 20 28 public function index() { 21 29 $this->load->model('User_model');
Note: See TracChangeset
for help on using the changeset viewer.