oyazhuryachna

modal_print_controller_home

Dec 29th, 2017
3,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3.  
  4. class Home extends CI_Controller {
  5.  
  6.     function __construct(){
  7.         parent::__construct();
  8.     }    
  9.    
  10.     public function index()
  11.     {
  12.         $this->load->view('home');
  13.     }
  14.    
  15. }
Advertisement
Add Comment
Please, Sign In to add comment