![]() |
core folder - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: core folder (/showthread.php?tid=64081) |
core folder - donpwinston - 01-12-2016 What is the "core" folder supposed to be used for? (In my application folder) RE: core folder - ardavan - 01-12-2016 (01-12-2016, 09:16 PM)donpwinston Wrote: What is the "core" folder supposed to be used for? (In my application folder) The files inside "core" folder will load an all controllers. For example : Im using core folder to save my codes which i want to use in in my entire application. RE: core folder - ciadmin - 01-12-2016 http://www.codeigniter.com/user_guide/general/core_classes.html |