0 votes
in CodeIgniter by
Explain what are hooks in CodeIgniter?

1 Answer

0 votes
by

Codeigniter’s hooks feature provides a way to change the inner working of the framework without hacking the core files. In other word, hooks allow you to execute a script with a particular path within the Codeigniter.  Usually, it is defined in application/config/hooks.php file.

Related questions

0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
...