Archive for June, 2009

New sfAmfPlugin release

Posted by thaberkern on Jun 29 2009 | General

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 :-)

Book Mark it->del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Windows Live | Tailrank | Furl | Netscape | Yahoo | BlinkList

3 comments for now