How to build n-layered web architecture with PHP?

前端 未结 2 810
执念已碎
执念已碎 2021-01-14 08:49

I\'m dealing with the 3-tier architecture PHP website.

Now I need to redesign it to suрроrt distributed n-tier architecture. After long hours of research i came to t

2条回答
  •  深忆病人
    2021-01-14 09:08

    Everything you want to do is possible with Zend Framework. It follows an MVC architecture and has things like the Zend_Soap component for your services.There is no reason to build some multi-language application when you can keep it all within PHP. Why do you want to use Java so badly?

提交回复
热议问题