I have found that anything is possible with CakePHP you just have to be
willing to work for it.  Yes you can have multiple APP directories all
referencing the same Cake directory.  So, each client could have their
own subdirectory and essentially their own installation of your app.
In this way each new client would be like a new instance.

What you would want to do is create a new db for each new client \ app.
 Then there is a way in CakePHP to also reference in more than one db
so you could get the global.  Now, as for the relations between the
db's I haven't experimented with CakePHP multiple DB support and how
far it goes.  So, you might be writing some of your own relationship
methods there or perhaps CakePHP can do what you need straight out the
box.

So, it is possible and wouldn't be that hard.  The hardest part would
be if you wanted to automate the new app instance creation for each
client.  Also, if you wanted to make a WYSIWYG editor for the pages and
have that store to their webroot/views/pages/ directory.

All in all probably wouldn't be too hard to accomplish.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to