How to independently use single Zend Framework component like XML-RPC or REST?

后端 未结 4 1291
生来不讨喜
生来不讨喜 2021-01-13 10:56

Zend framework is well known for loosely coupled components.

I would like to use XML-RPC from zend framework, is there any dependency for XML-RPC? Like if I had take

4条回答
  •  青春惊慌失措
    2021-01-13 11:34

    My first question is why you would want to do that in the first place. It means that every time you upgrade Zend Framework you now need add a bunch of tooling to manage the removal of some components. One of the purposes of using a framework is so you don't have to manage a bunch of code. Removing parts of a framework is a step backwards IMHO. Disk space is cheap. Network transfer is cheap. If you are going to remove parts of a framework you should have a REALLY, REALLY good reason to do it.

提交回复
热议问题