0 votes
in CodeIgniter by
Explain what is inhibitor in CodeIgniter?

1 Answer

0 votes
by

For CodeIgniter, inhibitor is an error handler class, using the native PHP functions like set_exception_handler, set_error_handler, register_shutdown_function to handle parse errors, exceptions, and fatal errors.

Related questions

0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
...