If you're talking about sizable chunks, whole mini-apps, then plugins are your best bet. If it's just bits of view logic, keep a folder full of helpers and try and impose some naming conventions on yourself, ditto components and behaviours if you're talking about controller or model code respectively.
If it doesn't have a snippet library function and you've not got an organised file system, you probably want to change your favourite text editor. There are hundreds, probably thousands (well, dozens) out there that have this sort of functionality. Search around and find one you like, or just keep an organised file tree. Simon On Jul 2, 4:42 pm, Max <[EMAIL PROTECTED]> wrote: > Hey guys !! > > I've been thinking from a last few days, that how many hours can I > save if I build a library of all my reusable code/modules which is > very easily accessible while working on a project... ? Dont you think > that will save time ? > Some of you might be already doing it ? > > The problem right now I'm facing is, I dont keep track of every > reusable snippet and while development on the project, I have to find > important code from old projects etc.. Is it just me or it happens to > all of you ? > > Is there some special type of library which can be built on a local > machine or server which will help us implement the pre-developed code > easily ? Please share your ideas and do post your methods which you > use to handle it... > > Thanks > Max --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
