What are different types of hook points in codeigniter?
Answer / Prashant Kashandhan
In CodeIgniter, hooks are callbacks that allow you to modify the behavior of the system. There are two types of hook points:n1. Pre-system: Hooks executed before the controller is loadedn2. Post-system: Hooks executed after the controller is loaded but before rendering output.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set or get config variables in codeigniter?
How you can extend the class in codeigniter?
What is csrf attack in codeigniter?
Explain mvc in codeigniter?
What is inhibitor are codeigniter?
What is codeigniter template?
Can you extend native libraries in codeigniter?
Can I extend the core database class?
How to truncate table with query in codelgniter?
How will you add or load a model in codeigniter?
Which is best laravel or codeigniter?
What is the advantage of codeigniter?