Re: Adding a field to a template

2007-05-04 Thread Aaron Shafovaloff
If you're in a view, try ... instead. Also, you can always do this: That'll give you an idea of what's inside the array. I highly recommend stepping through this tutorial: http://manual.cakephp.org/appendix/blog_tutorial It's a quick way to get your feet wet. It's what I did to become fam

Re: Adding a field to a template

2007-05-04 Thread Jeremy Harrison
THANKS you're a star! On 04/05/07, Mariano Iglesias <[EMAIL PROTECTED]> wrote: > > > If you are on DEBUG mode set to 0 delete your app/tmp/cache/models files > (not the directory!) > > -MI > > > --- > > Remember, smart cod

RE: Adding a field to a template

2007-05-04 Thread Mariano Iglesias
If you are on DEBUG mode set to 0 delete your app/tmp/cache/models files (not the directory!) -MI --- Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your knowledge.