Re: cake with no db - forgotten how

2007-03-19 Thread robechar
If you are in need of validation, however, you can still set up the controllers and models and set the model class variable: var $useTable = false; This allows you to use the built-in Cake validation scheme on your data, but not use a database. On Mar 19, 7:44 am, "TWIOF" <[EMAIL PROTECTED]> w

Re: cake with no db - forgotten how

2007-03-19 Thread John David Anderson (_psychic_)
On Mar 19, 2007, at 8:51 AM, TWIOF wrote: > So no need to alter the database.php? Nope - just use PagesController for content delivery and you should be fine. > Even simpler than i thought! :o) -- John --~--~-~--~~~---~--~~ You received this message becaus

Re: cake with no db - forgotten how

2007-03-19 Thread TWIOF
So no need to alter the database.php? Even simpler than i thought! Thanks --~--~-~--~~~---~--~~ 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 unsubsc

Re: cake with no db - forgotten how

2007-03-19 Thread John David Anderson (_psychic_)
On Mar 19, 2007, at 8:44 AM, TWIOF wrote: > > Hi, > > I remember setting up cake with no db recently (to use cakes > validation and various other helpfull bits) but have forgotten how I > did it. I had a search of the group and didn't find much. Just use the core PagesController by putting your

cake with no db - forgotten how

2007-03-19 Thread TWIOF
Hi, I remember setting up cake with no db recently (to use cakes validation and various other helpfull bits) but have forgotten how I did it. I had a search of the group and didn't find much. Any pointers would be much apreciated Thanks TWIOF --~--~-~--~~~---~--~-