What is inhibitor in codeigniter?
Answer / gokul
Its a Error handler class.
It will make use of PHP's native functions like set_error_handler , set_exception_handler , register_shutdown_function to handle parse errors, exceptions, and fatal errors
| Is This Answer Correct ? | 0 Yes | 0 No |
List databases supported by codeigniter frameworks?
How to add or load a model in codeigniter?
What is hooks in codeigniter?
How to create custom 404 page in codeigniter?
Does codeigniter prevent sql injection?
Explain what are hooks in codeigniter?
How to create dynamic url in codeigniter?
How you will use or add codeigniter libraries?
How to implement validations in codeigniter?
List the resources that can be autoloaded in codeigniter?
How do I migrate my existing 'normal' php site to codeigniter?
How to create new page in codeigniter?