Jnr PHP/Codeigniter Developer Question:
Download Questions PDF

Tell me what are hooks in CodeIgniter?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me why is there a need to configure the URL routes?Tell me what does break 2 / continue 2 do?