Sencha, AMFPHP and RESTfull services
I'm working with models in Sencha. The data comes from an AMFPHP-service. I read in the docs that when you use the .save()-method, Sencha makes a POST-request to the URL you have given.
How is it possible to handle those requests in AMFPHP? Doe I h开发者_运维知识库ave to make different functions, or switch-case something?
Hope someone can help me with this! Other suggestions are also good, just like to know how to work with models and save data with them in combination with AMFPHP.
Thanks in advance!
I have a similar case. I have a flex project that uses amfphp to communicate with a data service, and am currently developing a second project with Ext JS that needs the same data.
My solution is to write my own gateway in the front end and bypass the ext proxies...
I'm curious how others have handled this.
Thanks!
精彩评论