Advertisement
GWibisono

home.php (CI) script 2.1

Apr 16th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. class home extends CI_Controller {
  3. /*Halaman utama*/
  4.     public function index()
  5.     {
  6.         $this->load->view('welcome_message');
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement