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 do you mean by routing in codeigniter?
Can I cache only certain parts of a page?
How to search data from database in codeigniter?
What is the use of $this in codeigniter?
How do I pass parameters to a controller's index() function?
How to create dynamic url in codeigniter?
How to initialize a driver in codeigniter?
What is csrf codeigniter?
What are the security parameter for xss in codeigniter?
What is the current version of codeigniter?
How to truncate table with query in codelgniter?
List out different types of hook point in codeigniter?