InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by inhibitor in CodeIgniter? |
|
Answer» Inhibitor is an error HANDLING CLASS. It is USING the native PHP functions like set_error_handler, set_exception_handler, register_shutdown_function to handle all error's like PARSE errors, exceptions, and fatal errors. |
|