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 will use or add codeigniter libraries?
What are the security parameter for xss in codeigniter?
What is the default controller in codeigniter?
What are the xss security parameters?
Explain the codeigniter library. How will you load it?
How to create dynamic url in codeigniter?
How to insert data into database table in codeigniter ?
Explain application flow chart in codeigniter?
What is an orm, list orm’s for codeigniter?
How to connect multiple databases in codeigniter?
How to read, write or remove session in codeigniter?
How to add or load a model in codeigniter?