Closed michail1982 closed 9 years ago
why You not use OOP ?
protected function _ci_load($_ci_data) { //your code goes here return parent::_ci_load($_ci_data); }
Because it is not possible in this case, to get the $_ci_path variable.
$_ci_path
why You not use OOP ?