InterviewSolution
Saved Bookmarks
| 1. |
What is an inhibitor in CodeIgniter? |
|
Answer» An inhibitor in CODEIGNITER is an 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. |
|