Darby Felton-2 wrote:
>
> $server->addFunction(array($object, 'somePublicAmfResponderFunction'));
> I get a terse exception thrown:
> "Unable to attach function"
>
> I think that this is a bug, but I wanted to report here to get feedback
> first. Shall I create an issue in JIRA?
>
That should work. Please open a bug in the issue tracker.
Darby Felton-2 wrote:
>
> Does anyone know how to get Zend_Amf_Server to use an *instance* that is
> passed to it, so that it can take advantage of the object's state? Or
> maybe there is an alternative approach that I should use?
>
Update your zend amf from the trunk it now supports passing in instances to
classes from setClass($instance)
--
View this message in context:
http://www.nabble.com/Zend_Amf_Server---attaching-an-*instance*-tp21373419p21376177.html
Sent from the Zend Framework mailing list archive at Nabble.com.