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.  

...