Advertisement
GWibisono

rumah.php versi 2

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