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 |
What are helpers in codeigniter?
What is codeigniter?
What is an inhibitor of codeigniter?
List the databases supported by codeigniter?
In which directory logs are saved in codeigniter? How to enable error logging in codeigniter?
Where is a newly created library stored in codeigniter structure?
What is constructor in codeigniter?
What is csrf attack in codeigniter?
What is the default url pattern used in codeigniter framework?
What is the cli? Why we use cli in codeigniter?
How to preparing database for codeigniter ?
How do I do a count('foo') using the active record functions?