welcome.php

Go to the documentation of this file.
00001 <?php
00002 
00003 class Welcome extends Controller {
00004 
00005         function Welcome()
00006         {
00007                 parent::Controller();   
00008         }
00009         
00010         function index()
00011         {
00012                 $this->load->view('welcome_message');
00013         }
00014 }
00015 
00016 /* End of file welcome.php */
00017 /* Location: ./system/application/controllers/welcome.php */