Re: [flexcoders] PHP Remoting and value objects

2009-01-28 Thread Sceneshift
I'm still having real trouble with his, it's really confusing. I am returning the VO from PHP via WebORB, and in Flex I have a VO class with the following at the top: [RemoteClass(alias=SiteVO)] However, the result I am getting from WebOrb is still typed as Object, and it won't let me type it

RE: [flexcoders] PHP Remoting and value objects

2009-01-27 Thread Sceneshift
Thanks for the reply, although this is throwing an error for me. I'm using WebOrb, if that makes any odds? kratosaurus wrote: Try: var testVO:TestVO = e.result.serverInfo.initialData as TestVO; (depending on how you've constructed your data for return from php) Also, throw a