I have just released a new version of my Symfony-Plugin sfAmfPlugin. The new version 1.4.0 has the following changes included:
- Added an error handler function. All Errors will now be delivered as an exception (thanks to raphox for this)
- Fixing problem with associative array values
- Updated SabreAmf to version 1.3.0
- Added correct content type support, you should now use the handleRequest method in your actions as shown in the documentation
You can now use the the plugin in your actions like this:
public function executeAmf(sfWebRequest $request) { sfAmfGateway::getInstance()->handleRequest(); return sfView::NONE; }
There is a lot of stuff coming for the next version of the plugin, so stay tuned