David Baron wrote: > > I am having the exact same issue. For instance, if I send an array of > "people" objects, and one of the properties is "Gender", and... for the > sake of this example, all the gender values are "male", only the first > object gets decoded properly and saved in mySQL correctly. The other > values are scrambled data. In Charles, they come across as 'String > Reference' values. So... something is not taking these apart correctly. > > Has there been any update to this issue/resolution? > I didn't find the solution for my case. The project was running out of time so I had to do quick-and-dirty workaround. In my case I modified every element of my arrays so they were "more unique" (I added index of the element to it's value and on the server side I did the opposite to decode the value).
I've just browsed through Zend_Amf changelog. There were some changes committed to the source since version 1.10, so maybe the solution is already there? I hope you'll find the fix. Regards, Karol -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-AMF-AS3-VO-String-reference-issue-tp2334773p3792714.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
