What are different types of hook points in codeigniter?
Answer Posted / 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 |
Post New Answer View All Answers