JCSama / CodeIgniter-develbar

CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
MIT License
176 stars 57 forks source link

Use OOP features #3

Closed michail1982 closed 9 years ago

michail1982 commented 9 years ago

why You not use OOP ?

protected function _ci_load($_ci_data) {
//your code goes here
 return parent::_ci_load($_ci_data);
}
JCSama commented 9 years ago

Because it is not possible in this case, to get the $_ci_path variable.