0 votes
in CodeIgniter by
What is an Inhibitor in Codeigniter ?

1 Answer

0 votes
by

Inhibitor is a specialist class in codeigniter which primarily functions as a means to combat or handle errors and is primarily comprised of functions such as set_exception_handler set_error_handler register_shutdown_function which are useful in handling parse errors exceptions and fatal errors.  

Related questions

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