All,

  I have a requirement where I would like to have single
codebase/project but maintain multiple clients. In this case I would
like to have default for everything (views, layouts, webroot css, js,
etc.,). But if there is anything specific to client, then I should be
able to override.

  I saw how to have same cakephp code, but different project code, but
couldn't find anything on the above topic.

  Was this discussed already?

   Typically I would like to have a structure like this.

   app/tmp/<client-specific>
   app/webroot - css, js, sitemap.xml files, etc.,

   app/views/<client-specific-folder> - High Precedence
   app/views/default/

   What are all the places/variables I have to modify to make this work?

   How to I define the settings for each project using global
variable? I tried bootstrap.php, didn't work. As of now, I have it in
app_controller. It is actually an array of projects and their settings
in sub array.

  TIA

Regards
Humble

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to