Saturday, September 3, 2011

Re: weirdness / jquery / ajax

And use Configure::write('debug', 2); when you are looking for bugs.

On Sat, Sep 3, 2011 at 8:45 PM, Teddy Zeenny <teddyzeenny@gmail.com> wrote:
Because you set autoRender=false;

This means you should call $this->render("ViewName"); after the $this->set('results',$result) or remove the "this->autoRender=false"

On Sat, Sep 3, 2011 at 8:29 PM, erikober <upperhouse@gmail.com> wrote:
Thanks for the reply.
If I pull the echo $result out of the controller and insert it into
the view, I'm back to an empty string.

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