0

I have to create a multi tenant architecture in Zend using SAAS.

I got one idea to implement in 3 step Layout: as Wrapper, Nested Layout & View. It is a much interesting method I felt.

Could any one help me out with some more ideas in how to implement SAAS in Zend frame work.

Thanks.

Janaki
  • 185
  • 12
  • Your question is very broad. Perhaps this question may help you out: http://stackoverflow.com/questions/999888/how-to-create-an-saas-application – F21 Mar 14 '12 at 04:39

2 Answers2

0

If your application is going to be huge and many customers with huge amount of data each customer, i recommend you to use SaaS multi-tenant architecture where each tenant have separate db. you can get more info here http://blogs.msdn.com/b/gianpaolo/archive/2006/03/06/544354.aspx

read this article depecting how to use multiple db in zend framework from coding point of view http://www.amazium.com/blog/using-different-databases-with-zend-framework

Krishan Gopal
  • 4,073
  • 1
  • 16
  • 19
-3

I have developed a MultiTenant Site using Zend Framework in SaaS Model. And written a Blog with the main things which we need to consider. Check it: SaaS application development using PHP in Zend Framework

  • 1
    Please review the [FAQ#promotion] on self-promotion; StackOverflow is not a place to boost your Google ranking and you are running the danger of being flagged for spam. – Martijn Pieters May 31 '12 at 09:59
  • And also, your comment does not come with an example that helps out finding an answer. – danielpopa Feb 14 '14 at 04:58