Sending an ActionScript Date Object from amfphp

July 16th, 2009

Anyone who has tried to send an AMF serialized Date object as part of a DTO (VO to some) from amfphp has probably run into the wall of Can’t Do That. Luckily (if you have no problem using PHP 5.2) there is now a patch for amfphp.
http://sourceforge.net/forum/message.php?msg_id=5786096

Sometimes finding the right piece of code can bring much happiness :)

Leave a Reply