I'm fairly new to rest and certainly not an HTTP guru so I was hoping I could
get some help using Zend\Mvc\Controller\RestfulController::update() Basically,
I can't figure out how to get the request body to come through in the $data
arg. I cannot find the request body contents anywhere in the request object. I
can access it using parse_str(file_get_contents("php://input"), $putVars) but I
understand that it should be passed into the update method through the $data
arg.
Thanks
Mark
--
Have fun or die trying - but try not to actually die.
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]