What is inhibitor in codeigniter?



What is inhibitor in codeigniter?..

Answer / gokul

Its a Error handler class.
It will make use of PHP's native functions like set_error_handler , set_exception_handler , register_shutdown_function to handle parse errors, exceptions, and fatal errors

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

How you will load or add a model in codeigniter?

0 Answers  


How to insert data into database table in codeigniter ?

0 Answers  


How do I find out the id of the row I just inserted?

0 Answers  


Can you extend native libraries in codeigniter?

0 Answers  


How to load a view in codeigniter?

0 Answers  






Explain what helpers in codeigniter are and how you can load a helper file?

0 Answers  


How you can extend the class in codeigniter?

0 Answers  


What is hmvc codeigniter?

0 Answers  


Explain how you can enable csrf (cross site request forgery) in codeigniter?

0 Answers  


What is the cli?

0 Answers  


How we can connect multiple databases in codeigniter?

0 Answers  


How can I download codeigniter framework?

0 Answers  


Categories