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 |
In which language codeigniter is written?
List the databases supported by codeigniter?
What are hooks in codeigniter? List them?
What is basepath codeigniter?
What are the security parameter for xss in codeigniter?
How you will work with error handling in codeigniter?
Explain the remapping method calls in codeigniter.
What is view codeigniter?
What is csrf attack in codeigniter?
What are helpers in codeigniter?
What are the server requirements to install codeigniter?
What do you mean by routing in codeigniter?