How do I use a single Zend Framework component, such as XML-RPC or REST?

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

+5
source share
4 answers

I wrote a tool that accepts ZF components and their dependencies, so you can easily take only one (or several) components from ZF.

http://epic.codeutopia.net/pack/

ZF 1.11 ( ), 1.10.6 .

+8

, Zend Framework . PHP , PHP , .

+2

XmlRpc Zend Framework . , , XmlRpc/Exception.php, Zend/(Exception.php), XmlRpc, , ....

+1

- . , , Zend Framework, . , . - IMHO. . . , , .

0

All Articles