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 |
What is codeigniter & why it is used for?
Is codeigniter good for large applications?
What is get_instance in codeigniter?
Can you extend native libraries in codeigniter?
Can we allowed to call one controller from another controller in codeigniter?
How to use pagination in codelgniter?
How to use codeigniter framework in php?
What are codeigniter security methods?
How to check data is updated or not in codeigniter
How we can connect multiple databases in codeigniter?
Is codeigniter safe?
What is controller in codeigniter?