Hi Nick, > I have one database which needs to be accessed by three different > sites using Cake. The Model will be the same but Controllers and Views > etc will be different. > > What's the best way to implement this, other than copying Model code > three times?
You could store your model in a separate folder and specify the $modelPaths variable in app/config/bootstrap.php in each application. Hope that helps! -- Daniel Hofstetter http://cakebaker.42dh.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
