* @see http://codeigniter.com/user_guide/general/urls.html */ public function index() { $this->load->view('welcome_message'); } public function login() { $data['judul'] = 'Halaman Login'; $this->load->view('login', $data); } } /* End of file welcome.php */ /* Location: ./application/controllers/welcome.php */