Queries and SolutionsCategory: CodeIgniterHooks in CodeIgniter
bestonetechnologies Staff asked 7 years ago

What are hooks in CodeIgniter?

1 Answers
bestonetechnologies Staff answered 7 years ago

Hooks allow us to execute a script with a particular path within the Codeigniter. It is defined in application/config/hooks.php and enabled/disabled from application/config/config.php ($config[‘enablehooks’] = TRUE;).

Your Answer

4 + 9 =