kode controler
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Controllerku extends CI_Controller {
public function index (){
$this->load->view('top');
$this->load->view('homeku');
$this->load->view('bottom');
}
}
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Controllerku extends CI_Controller {
public function index (){
$this->load->view('top');
$this->load->view('homeku');
$this->load->view('bottom');
}
}
Komentar
Posting Komentar