Monday, April 30, 2012

Need help in Ajax

<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

No comments: