InterviewSolution
Saved Bookmarks
| 1. |
How we can enable hooks in CodeIgniter? |
|
Answer» If you WANT to ENABLE hooks then you have to enabled/disabled by setting in the application/CONFIG/config.php file. If you want to enable hooks then use this $config['enable_hooks'] = TRUE; |
|