you can use the following line in your models to stop them from looking for a database connection:
$useTable = false; i don't know if there is a way to globally disable the db. On Apr 25, 12:04 pm, Macon <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm writing a front-end app using Cake relying exclusively on web > services to access various databases. > So far I'm using a dummy local database which is totally empty and > useless ;) > I would like to know how to disable Cake's database connection check > at startup since I don't need it. > > Thanx, > > Vince. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
