Hi, What's the correct way to use Zend_Rest_Server with the MVC (i.e Zend_Controller_Action)?
I've read about the Zend_Rest_Route but should I have my Controller inherit Zend_Rest_Controller (or define the index/put/get/post/deleteAction) and put the new Zend_Rest_Server() / handle inside a certain action?
