The Zend structure is well known for loosely coupled components.
I would like to use XML-RPC from zend framework, is there any dependency for XML-RPC? As if I deleted the XML-RPC folder from the Zend Framework library and tried to instantiate the RPC object, would it throw an error?
Where can I find the right way to separate a component from a framework?
thank
source
share