Hi, AFAIK, the Request object handles only GET and POST data. Since this is my first REST implementation with ZF, I would like to know the best approach to retrieve PUT data inside my controllers (which extends Zend_Rest_Controller).
For non-ZF services, I've been using PHP's input stream (php://input, as suggested by Lorna Mitchell[1]). Should I write an action helper and use it inside putAction()? Regards, George [1] http://www.lornajane.net/posts/2008/Accessing-Incoming-PUT-Data-from-PHP -- George Secrieru w: http://george.secrieru.net m: 55 51 9725 3929
