Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
me (without package). http://www.roboncode.com/articles/187 http://framework.zend.com/manual/en/zend.amf.server.html#zend.amf.server.typedobjects regards, Muzak - Original Message - From: "Sidney de Koning" To: "Flash Coders List" Sent: Monday, March 30, 2009 4:40 PM S

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
astName:"value"}, {firstName:"value", lastName:"value"}]; regards, Muzak - Original Message - From: "Glen Pike" To: "Flash Coders List" Sent: Monday, March 30, 2009 4:23 PM Subject: Re: [Flashcoders] Best data type for Zend AMF AMFPHP di

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
Hi Jason, Yes i know :) maybe my question was a bit unclear; is there a way I can accomplish the same thing in pure AS3 without using the data binding? Sid On Mar 30, 2009, at 5:14 PM, Merrill, Jason wrote: Since i'm not at all into Flex, in the video he talks about binding (and mappin

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Glen Pike
slows things down (especially with lots of data). regards, Muzak - Original Message - From: "Sidney de Koning" To: "Flash Coders List" Sent: Monday, March 30, 2009 12:05 PM Subject: [Flashcoders] Best data type for Zend AMF Hi List, I'm using Zend AMF,

RE: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Merrill, Jason
>> Since i'm not at all into Flex, in the video he talks about binding >>(and mapping them to ValueObjects). >>My question is can i do this with pure AS3? You can certainly do Value Objects (which are simply just simple classes with properties you set and get - anyone can write one), but databin

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
de Koning" > To: "Flash Coders List" Sent: Monday, March 30, 2009 12:05 PM Subject: [Flashcoders] Best data type for Zend AMF Hi List, I'm using Zend AMF, and i'd like to know what is the best way and fastest to transfer data. For instance; do i create an array fro

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Muzak
ay, March 30, 2009 12:05 PM Subject: [Flashcoders] Best data type for Zend AMF Hi List, I'm using Zend AMF, and i'd like to know what is the best way and fastest to transfer data. For instance; do i create an array from database data in PHP and send it to flash? Or do i formatted array d

Re: [Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Glen Pike
riginal Message - From: "Sidney de Koning" To: "Flash Coders List" Sent: Monday, March 30, 2009 12:05 PM Subject: [Flashcoders] Best data type for Zend AMF Hi List, I'm using Zend AMF, and i'd like to know what is the best way and fastest to transfer data. For inst

[Flashcoders] Best data type for Zend AMF

2009-03-30 Thread Sidney de Koning
Hi List, I'm using Zend AMF, and i'd like to know what is the best way and fastest to transfer data. For instance; do i create an array from database data in PHP and send it to flash? Or do i formatted array data from a database to xml and send that to flash? Which is the fastest? And more