Monday 15 September 2008 2:44:55 am
Hi all I'm using FLEX to create a flash version of my site, and until now have been returning the data using amfphp and generated functions that I have written by directly accessing the database. I'm now working on creating an extension, taking URL params, that will return the content I need using ezPublish's built in fetch function, and the ezini function. Is it possible to return the data as an array to send to my Flex application?
For example, I have the amfphp running in the flashservices directory (root/flashservices/services/classFile.php) my extension, currently displaying the results within a template, is here: (root/extension/amfphp/modules/amfphp/callback.php) Can ezPublish return data as an array only, which I can passback to my classFile.php in another directory? Many thanks, Matt
|