How easy is it to extend / modify Zend Framework?

后端 未结 6 707
Happy的楠姐
Happy的楠姐 2021-01-06 17:30

I\'ve recently begun building version 2 of my year-old custom MVC framework. It\'s worked great for me on a number of projects, but I definitely see room for improvement. It

6条回答
  •  一整个雨季
    2021-01-06 18:05

    It's not perfect - There has been a tendency to use static members and concrete class dependencies in ZF - but some of these have been ironed out in later versions of the framework. I'd say that compared with other similar frameworks, ZF is doing well. In fact the loose coupling is probably the biggest selling point of the framework.

提交回复
热议问题