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 |
How you can prevent codeigniter from csrf?
What is codeigniter template?
Explain application flow chart in codeigniter?
How we can print sql statement in codeigniter model?
How to install codeigniter? Explain step by step.
What is use of hook in codeigniter?
What is third party in codeigniter?
How to insert data into database in codeigniter?
What is the cli? Why we use cli in codeigniter?
Explain how you can enable csrf (cross site request forgery) in codeigniter?
How to get random records in mysql using codeigniter?
How do I call one controller's methods from a different controller?