Zend AMF custom dispatcher
问题 Is it possible to use a custom dispatcher when using Zend_AMF? I know I can pass either a class name or an object to setClass() for Zend_AMF. However, when I pass an object to setClass, it does not seem to store a copy of that object. Instead it worksout the class name and then instantiates a copy of the object itself. This is a problem as I use the yadif dependency injection container. Objects should be instantiated with constructor dependencies and/or property dependencies. Since the Zend