[FEATURE REQUEST] Add ability to access autoloaded library classes everywhere - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: [FEATURE REQUEST] Add ability to access autoloaded library classes everywhere (/showthread.php?tid=64687) |
[FEATURE REQUEST] Add ability to access autoloaded library classes everywhere - ofry - 03-21-2016 Please add ability to access autoloaded library classes everywhere. Sample: 1) from helpers, 2) from config files (anonymous functions in application/config/form_validation.php) etc. RE: [FEATURE REQUEST] Add ability to access autoloaded library classes everywhere - sv3tli0 - 03-21-2016 You are able to use get_instance(). |