Monday, June 25, 2012

Re: Send XML as parameter on a POST request

Actually, it worked with

$data = $this->request->input();

Thanks

On Friday, June 22, 2012 7:44:22 PM UTC-6, Justin Edwards wrote:


Or 
$data = $this->request->input('Xml::build', array('return' => 'domdocument'));


--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: