|
From: Ryan T. G. <rya...@re...> - 2010-03-09 19:00:51
|
So far I like the looks of this: " # alter the data coming out of a service method, before serialization. AmfPhp::addHook(AMFPHP_SERVICE_RETURN, array(this, 'mangleServiceOutputData')); " And would like to see one for input too. As far as intercepting the AMF encoding, what could be done with that, aside form just using a different engine, have people asked for this sort of thing? On 3/9/2010 9:10 AM, Joey Parrish wrote: > # alter the data coming out of a service method, before serialization. > AmfPhp::addHook(AMFPHP_SERVICE_RETURN, array(this, 'mangleServiceOutputData')); > |