ok
Direktori : /home2/selectio/www/bharath/application/controllers/ |
Current File : /home2/selectio/www/bharath/application/controllers/School.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class School extends CI_Controller { public function __construct() { parent::__construct(); } public function show_404() { $this->load->view('errors/error_message'); } }