Have you tried accessing it through the method args?

class MyRestController extends RestfulController
{
    // ... 

    public function update($id, $data)
    {
        
    }


--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-Access-PUT-data-in-RestController-update-method-tp4453542p4453614.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to