Ignore:
Timestamp:
Apr 7, 2015 2:17:28 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/controllers/lecture.php

    r821 r884  
    66/**
    77 * Lecture Class
    8  *
     8 * @todo Show lecture editor software
    99 * @author dzungnv02
    1010 *
     
    1212class Lecture extends MX_Controller {
    1313
     14        /**
     15         * function __construct
     16         * @todo constructor of class
     17         */
    1418    public function __construct() {
    1519        parent::__construct();
     
    1822    }
    1923
     24    /**
     25     * function index
     26     * @todo Show lecture editor
     27     */
    2028    public function index() {
    2129        $this->load->model('User_model');
Note: See TracChangeset for help on using the changeset viewer.