There is one article describing in details a production configuration using one cake version and multiple sites.. However it's in French, but quite simple check the production section at the end.
http://www.cakepourtous.org/4/installation-de-cakephp On Feb 19, 6:51 am, "cammo" <[EMAIL PROTECTED]> wrote: > I want to have multiple app folders, but in those app folders I only > want to have the views, elements, helpers and the wwwroot. > I want to have a generic app folder that is used if for example a view > doesn;t exist it uses the view from the generic app. > hope this makes sense. I want to allow the user to customise their > views but for all business logic to remain the same across all > clients. > > I like in the article I linked to, how the guy had a directory called > sites and in there were the client specific data etc.... > > let me know if I have not explained this clearly enough, > > Thanks for your help. > > Cam > > On Feb 19, 4:40 pm, "Grant Cox" <[EMAIL PROTECTED]> wrote: > > > You just want to separate the core from your app folder? Just edit > > your app/webroot/index.php, and change the CAKE_CORE_INCLUDE_PATH > > define. I currently have > > define('CAKE_CORE_INCLUDE_PATH', > > 'C:'.DS.'Subversion'.DS.'MyProject'.DS.'trunk'.DS.'libs'.DS.'cake_1.2.x.x_branch' > > ); > > > when my core cake libs are in > > c:\Subversion\MyProject\trunk\libs\cake_1.2.x.x_branch > > and my app is in > > c:\Subversion\MyProject\trunk\src --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
