Jnr PHP/Codeigniter Developer Question:

Tell me what are hooks in CodeIgniter?

Tweet Share WhatsApp

Answer:

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.

Download Jnr PHP/Codeigniter Developer PDF Read All 61 Jnr PHP/Codeigniter Developer Questions
Previous QuestionNext Question
Tell me why is there a need to configure the URL routes?Tell me what does break 2 / continue 2 do?