Re: Cloud application with CakePHP? Different databases with same app.

2009-08-27 Thread Sebastian von Conrad
Martin, Thank you for the link! It seems to be more than enough to get me started on this. I will likely modify some of your methods to suit my intended setup, but it is indeed a great article. Out of curiosity, how many different domains do you run with this setup? And how do you feel the perfo

Re: Cloud application with CakePHP? Different databases with same app.

2009-08-27 Thread Martin Westin
I detailed how I do it in an article in the Bakery: http://bakery.cakephp.org/articles/view/one-core-one-app-multiple-domains It works on one Cake core, one app, one apache (or nginx) vhost (with multiple aliases). It makes development-specific settings easy as-well since that is handled the same

Cloud application with CakePHP? Different databases with same app.

2009-08-27 Thread Sebastian
The title may be misleading, but bear with me. I would like to use CakePHP to create one application, which then has multiple instances. Think of it, if you will, as different websites being powered by the same application--not a copy of it. Each instance (website) would have its own database and