I use an editor that I can open with multiple instances (editplus, intype most editor do this anyway)
open all views (that you are currently working on) in one instance controllers in another and models in another (only the ones your currently working on though) Also I use WinMerge to compare and copy sets of views controlers and models between projects (when there working :)) I keep backing up projects to tar's (timed with readmes) along the way and untar them to tmp folder and compare with currrent version of a project. when re-baking I will ctrl+drag controllers, models and views-sets before going to the command line. Often I find that I get a whole heap of progress made, only to moments later find that apache or php is crashing, lots Also I make liberal use of $this->log($this->data, 'custom-log-file'); in my app so that I can group my debug info, great because you can turn of the debug display in the browser, sometimes I will have another editplus window just for logs There has been many times when I am testing some but seemingly no changes are being effected, then I realise that I am working on a old copy or a separate project At which point I concur that I should be getting some sleep; and that I should never drive a car, much less poliot a plane. I just google 'cakephp 1.2 debug view logs' I got this which looks interesting http://bin.cakephp.org/saved/2338 However my pillow looks much more enticing right now :) On 15/04/2008, keyle <[EMAIL PROTECTED]> wrote: > > > Is there a way to get this > > Warning (2): Invalid argument supplied for foreach() [APP/views/logs/ > index.ctp, line 12] > > Where the "APP/views/logs/index.ctp" Would actually open the file > (make it a link)? > > So that I can just click and fix it. > > I love cake, and I use it on a daily basis now, I just find that most > of my time and brain is used for > - locating files > - opening files > - identifying a line > > There are just too many files to deal with (when you work from a class > to the other, even in the one project) to keep it all open in tabs > (then you get 20 tabs open, it's just silly). > > Is this a feature request? Did I miss the option? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---