[flexcoders] Re: ArrayCollection or XML

2009-03-12 Thread tiend...@ezweb.ne.jp
It's OK with me. Anyway thanks Tracy --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: In all cases, use the appropriate API to navigate to the desired data object, then access the data via the methods and properties provided by that object. Tracy Spratt, Lariat

[flexcoders] ArrayCollection or XML

2009-03-11 Thread tiend...@ezweb.ne.jp
Hi all guru, [Database Table] id firstname lastname At Backend I use PHP and Mysql. PHP script can return Array or XML string. At Flex app, I use Remote Object 1)PHP script return Array: and in Flex code I get Array as : dp = new ArrayCollection( ArrayUtil.toArray(event.result)); If I show dp

[flexcoders] Re: Convert ArrayCollection to XML

2009-03-10 Thread tiend...@ezweb.ne.jp
I use RemoteObject Yes, in PHP I return XML string. And in Flex I read XML string. So I don't need convert ArrayCollection to XML. I use ex4. --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: I'd suggest using XML all the way through, instead of converting XML to

[flexcoders] Convert ArrayCollection to XML

2009-03-09 Thread tiend...@ezweb.ne.jp
Hi all guru, I have a question about ArrayCollection. [Backend: MySQL,PHP] MySQL return result in Array. [Frontend: Flex] dp = new ArrayCollection( ArrayUtil.toArray(event.result)); I want to convert ArrayCollection (dp) to XML, and show XML result in TextArea. Help me please !

[flexcoders] Re: Convert ArrayCollection to XML

2009-03-09 Thread tiend...@ezweb.ne.jp
Thanks, I was read it, but can not apply in my app. I think , can not convert ArrayCollection to XML. You must convert XML in PHP code. Anyway thank you. --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: http://nsdevaraj.wordpress.com/2008/08/20/arraycollection-xml/ -

[flexcoders] Re: ZendAmf Setup issue 1.7 where gateway filw working ?

2009-02-05 Thread tiend...@ezweb.ne.jp
Hi Sajid Hussain I think you are wrong in setting Gateway file, Do you have set path for Zendamf library, you can setting Zendamf library in php.ini file as below include_path = C:\library or setting in you gateway file as below ? define('APPLICATION_PATH', realpath(dirname(__FILE__) .