Re: About CakePHP Ajax Tutorial

2007-02-15 Thread codecowboy
Let me get this right, after you click on the ajax link, the text shows up but it takes a long time??? Or do you mean that the page is reloading after the text is displayed? I have looked back over that code. I don't see anything that would cause a page reload. I also don't see anyting in my c

Re: About CakePHP Ajax Tutorial

2007-02-12 Thread Grzegorz Pawlik
I have problem with your example: it is working, but right afret changing content of that div page starts to reload, and stays blank for ages. How can i forbid this reload? On Jan 23, 8:20 pm, "codecowboy" <[EMAIL PROTECTED]> wrote: > -- controllers -- > > The following controller contains the ac

Re: About CakePHP Ajax Tutorial

2007-01-24 Thread xhoch2
Here is a good tutorial about a Livesearch: http://www.justkez.com/cakephp-livesearch/ If you are familiar with prototype then the other ajax magic shouldn't be a problem after reading the tutorial. On Jan 23, 5:19 pm, "roby" <[EMAIL PROTECTED]> wrote: > I'm still new with Ajax (and of course,

Re: About CakePHP Ajax Tutorial

2007-01-23 Thread codecowboy
-- controllers -- The following controller contains the action that will render the view in which the ajax call is made. There is no controller logic needed here although for real application there probably would be. Do not forget to include the $helpers array as shown. class AjaxCallersContro

About CakePHP Ajax Tutorial

2007-01-23 Thread roby
I'm still new with Ajax (and of course, Cake's Ajax) and I want to try it a little bit in my application. But the problem is, I don't know where I should start. Manual seems to me just only explain the function not the "how to". Maybe somebody in here can give me some tutorials (either it's a link