Friday, June 22, 2012

Re: Send XML as parameter on a POST request



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

On Fri, Jun 22, 2012 at 8:42 PM, Justin Edwards <justinledwards@gmail.com> wrote:
$this->request->data


On Fri, Jun 22, 2012 at 5:24 PM, darkangel <luisillo26@gmail.com> wrote:
I already made the POST request but I dont know how to "catch it" and save it to the database. 

I intend to save an XML content to a TEXT column. Could you guide me please?

--
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


--
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: