Hooks |
All information regarding hooks can be found in the userguide.
https://codeigniter.com/user_guide/general/hooks.html There are ment to be executed before or after "big things" happen. https://codeigniter.com/user_guide/gener...ook-points I got three hooks. Load different language, load global constants and check if a user are logged in. PHP Code: $hook['post_controller_constructor'] = array( |
Messages In This Thread |
Hooks - by kamrul6665 - 01-30-2020, 07:05 AM
RE: Hooks - by jreklund - 01-30-2020, 11:25 AM
|