Ignore:
Timestamp:
Oct 23, 2014 4:32:07 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r294 r305  
    77 */
    88
    9 class home extends MX_Controller
     9class Home extends MX_Controller
    1010{
    1111       
     
    2020        }
    2121       
     22        public function test()
     23        {
     24                $this->load->view ( 'home');
     25        }
     26       
    2227        public function signin()
    2328        {
    24                
     29                $this->load->model(array('user_model'));
     30                $this->load->view('signin');
    2531        }
    2632       
Note: See TracChangeset for help on using the changeset viewer.