hpnotiqtymes
07-25-2009, 03:14 AM
Lil background:
created a cms using flex for practice.
working on the news section editor. which has a form thats used to submit new news entries which works fine.
using a remote object to retrieve the data from the database which is put into an object in php then adds this object to an array and then returns the php array which is then used as the data provider for the list in flex.
now ived used zendAMF before and had no problem doing this before but for some reason now all its doing is allowing me to display just the 1st item in the object. if that makes any sense. the others are coming up blank however i do know its not the php because when i run the query and echo out the items in the array they echo perfect so it has something to do with flex..hopefully that makes some semblance of sense..let me know if there are any ideas..
thanks in advance..
created a cms using flex for practice.
working on the news section editor. which has a form thats used to submit new news entries which works fine.
using a remote object to retrieve the data from the database which is put into an object in php then adds this object to an array and then returns the php array which is then used as the data provider for the list in flex.
now ived used zendAMF before and had no problem doing this before but for some reason now all its doing is allowing me to display just the 1st item in the object. if that makes any sense. the others are coming up blank however i do know its not the php because when i run the query and echo out the items in the array they echo perfect so it has something to do with flex..hopefully that makes some semblance of sense..let me know if there are any ideas..
thanks in advance..