0 votes
in CodeIgniter by
What do you mean by an inhibitor of CodeIgniter ?

1 Answer

0 votes
by

Inhibitor is generally known to be an error handler class in the CodeIgniter that basically uses the native PHP functions such as set_error_handler, set_exception_handler, 

register_shutdown_function in order to handle the parse errors, exceptions, and the fatal errors.

Related questions

0 votes
asked Dec 30, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Feb 2, 2021 in CodeIgniter by SakshiSharma
...