Question:Define hooks in term of codeigniter?
Answer
A CodeIgniter hooks feature provides a means to tap into and modify the inner workings of the Codeigniter framework without hacking the core files. The hooks features can be globally enabled/disabled by—
$config [‘enable hooks’] =TRUE;
+ Report
Define hooks in term of codeigniter?