CLI error php pages |
I noticed in the errors/cli there are a few error pages.
I know you over ride the error_404 page in the routes. But is it possible to over ride error_db, error_exception, error_general and error_php So they match my template. PHP Code: public function index() { I would like to be able to do similar for the error pages above. Default View PHP Code: <?php $this->load->view('common/header');?><?php $this->load->view('common/column_left');?> Would that be possible?
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
CLI error php pages - by wolfgang1983 - 11-11-2015, 02:03 AM
RE: CLI error php pages - by Narf - 11-11-2015, 02:32 AM
|