class Controller_Class_Name extends CI_Controller {
public function __construct() {
parent::__construct();
}
public function index() {
$this->output->set_status_header('404');
$this->load->view('error_page_404');
}
}
$route['404_override'] = 'Controller_Class_Name';.
Master Your Time with the 80/20 Rule: A...
Get Control of Your Time: 6 Easy Ways...
India’s startup space is booming in 2025....
India breeds dreamers who build empires....
Zip is a command-line utility tool used for...
Using the right words in an interview can...
Code Status ...
In this tutorial, i would like to share with...
1. Tell Me About Yourself ?This is often the...