Tuesday, May 1, 2012

Re: Need help in Ajax

which cake version ??

$ajax is helper, if you use Cake 2, than use $this->Ajax instead
--
Lep pozdrav, Tilen Majerle



2012/5/1 Ankit Patel <ankit@eternalsoftsolutions.com>
<p id="post3">
</p>
<p>
   <?php echo $ajax->link(
'Response will be add at the top of selected element',
array( 'controller' => 'ajax', 'action' => 'view', 3 ),
array( 'update' => 'post3', 'position' => 'prepend')
);
?>
</p>


Where to use this and it shows error like

Undefined variable: ajax [APP\View\Posts\index.ctp, line 39]

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