CrimpJiggler 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? Quote Link to comment https://forums.phpfreaks.com/topic/287544-cakephp-what-is-the-lib-folder-for/ Share on other sites More sharing options...
QuickOldCar 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 Quote Link to comment https://forums.phpfreaks.com/topic/287544-cakephp-what-is-the-lib-folder-for/#findComment-1475130 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.