<?php
class Welcome extends Controller {functionWelcome(){
parent::Controller();}functionindex(){$this->load->view('welcome_message');$this->load->view('fake');}}/* End of file welcome.php *//* Location: ./system/application/controllers/welcome.php */