I\'ve got a simple app that is currently getting information form a database and just displaying the content into a datagrid.
I have created an Zend AMF service using the FlashBuilder tools. What I wanted to try was to change one of those automatically created methods to throw an exception in order to see the behaviour. Inst
We are using Flash builders data services feature to generate ActionScript services/ValueObjects code along with PHP services code using the MySQL data source.
Hi I am using php on server side, once I authenticate flex channel set and then reload the application by refreshing the page , I again need to authenticate channel set开发者_运维技巧 by login in and
I have an ActionScript 3 application that\'s sending an object to PHP via ZendAMF. The object contains a byteArray from an image.
I\'m fetching some data from a PHP a开发者_如何学JAVApplication using Zend AMF. However I can\'t get the data to bind to a simple DropDownList control. The PHP method is:
I\'ve been working with Zend Amf for few months and everything is fine on my localserver (and was fine on my test server hosted by dreamhost) until recently. Now every time I try to access the gateway
Is anyone else having problems with Zend_Amf\'s addDirectory()? It is supposed to autoload service classes and doesn\'t seem to. Though it works with setClass just fine. See snippet below.
I am working on a project that exposes a number of web services to the public.Right now I have the serialisation side done (Using ZendAMF) and now I need to do the authentication.I was loo开发者_Stack
I\'m just wondering if anyone else has had problems moving the Zend Framework from development to production.