adspace


How to enable codeigniter hook?

Answer Posted / Arun Singh

To enable a CodeIgniter hook, you can create a new PHP file in the application/hooks directory and define the required methods. Then, register the hook in your application/config/autoload.php file by adding it to the $autoload['hooks'] array.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717