Advertisement
gundambison

datatable01-controllers

Aug 24th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2.  
  3. defined('BASEPATH') OR exit('No direct script access allowed');
  4.  
  5. class Demo extends CI_Controller {
  6.  
  7.     public function index() {
  8.         $this->load->view('demo_datatable');
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement