CrimpJiggler 0 Posted April 5, 2014 Share Posted April 5, 2014 Is it for storing classes and functions which you will include in different controllers (or models, views, helpers, components etc.)? Up until now I've just been storing everything in helpers and components, but that would get messy with bigger applications, so it'd be useful if I could store my commonly used functions in separate files. Is this what the lib folder is intended for? Link to post Share on other sites
QuickOldCar 119 Posted April 6, 2014 Share Posted April 6, 2014 http://book.cakephp.org/2.0/en/getting-started/cakephp-folder-structure.html lib for functions or classes you make yourself vendor for 3rd party plugin for cakephp framework only Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.