0 votes
in CodeIgniter by
edited by

How to enable CodeIgniter hook?

🔗Source: CodeIgniter Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

1 Answer

0 votes
by
To enable hook, go to application/config/config.php/ file and set it TRUE as shown below,

$config['enable_hooks'] = TRUE;
...