I guess they want no tables ($useTable), but also no database at all... Because even if you don't use tables at all, you'll need a database connection to make Cake work... Maybe a "dummy" datasource / db driver would be possible...
+++++++ Clément On Fri, Aug 22, 2008 at 7:51 AM, chovy <[EMAIL PROTECTED]> wrote: > > > > On Aug 13, 8:49 am, Bob Mattax <[EMAIL PROTECTED]> wrote: >> I am working on a current application that doesn't have any direct >> access to the database. The powers that be have limited all data >> requests and updates through a series of webservices. No big deal. >> >> The only problem I have is trying to prevent Cake from going through >> the motions of requiring a default DB config etc. >> >> When I have debugging set to 3, it will still give me the FATAL >> warning that it can't find my DB. >> >> useTable = null/false does not work. >> >> Any suggestions? >> > > > I have the exact same need right now. I've looked at Rails, but cannot > find any good examples on this (everything is geared towards providing > a web service, not consuming one). > > Please, *please* let me know if you find a way to do it that still > takes advantage of MVC, and generators, etc. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
