Hi. Even though the CakePHP framework have good functions and classes for simplifying and speeding up application development - some stuff, like the Ajax helper, is something in my experience you should stay away from.
I guess the slider you are talking about is an Ajax helper "simplifying" calls to the Slider Control in Scriptaculous: http://wiki.script.aculo.us/scriptaculous/show/Slider If you are serious in developing Ajax applications or functions then the best way is to learn either how Ajax calls are made or learning some Javascript/Ajax library. In this case scriptaculous (although I would recommend the jquery library). When you've learned the basics and also understand how POST and GET calls works, interfacing Ajax calls with your controllers will be a breeze. Cheers, Miche On Oct 31, 1:33 pm, Nina <[EMAIL PROTECTED]> wrote: > Hello > > I am hoping that some expert can help me, I've, been googling my heart > out and I can't find any cakephp slider examples. > > What I need is an example of a working slider. I need to know how to > specify the controller action that should happen when someone moves > the slider, I need to know how to tell that action what the slider has > been moved to, and I need to know how to write that controller action. > Has anyone here ever succesfully used at slider for a cakephp > application, and if so, could you please send me an example or do > something to point me in the right direction? > > Sincerely > > Nina Jansen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
