How to enable codeigniter hook?
Answer / 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 |
What are hooks in codeigniter? List them?
What is base controller in codeigniter?
What is meant by codeigniter?
Explain codeigniter file structure?
What is library in codeigniter?
What is codeigniter php?
Can I cache only certain parts of a page?
Is codeigniter a cms?
What is codeigniter framework?
How many types of hooks are there in codeigniter?
Is codeigniter secure?
How you will use or add codeigniter libraries?