> > Have you evaluated what is the impact of using JQuery *instead of* prototype > with CakePHP? Impact = needed changes > I've never used, and never will use the CakePHP Ajax helper. This is not because it's bad, but because it is doomed to create inline JS and therefor is more targeted at JS beginners. If you want to do a real JS project, you are going to have your own JS files where all your code rests.
Therefor jQuery has only saved me work and not added any because of CakePHP. jQuery ajax calls are also recognized by the RequestHandler component, so no trouble there either. -- Felix Geisendörfer aka the_undefined -------------------------- http://www.thinkingphp.org http://www.fg-webdesign.de Mariano Iglesias wrote: > So anyway, what is your equity on JQuery? ;) > > Have you evaluated what is the impact of using JQuery *instead of* prototype > with CakePHP? Impact = needed changes > > -MI > > --------------------------------------------------------------------------- > > Remember, smart coders answer ten questions for every question they ask. > So be smart, be cool, and share your knowledge. > > BAKE ON! > ________________________________________ > De: [email protected] [mailto:[EMAIL PROTECTED] En nombre > de Felix Geisendörfer > Enviado el: Martes, 12 de Diciembre de 2006 01:48 p.m. > Para: [email protected] > Asunto: Re: JQuery and Prototype [was Re: Share with CakePHP´s community] > > The Interface library is probably what you are looking for: > http://interface.eyecon.ro/. I'm not sure if it has every single animation > Scriptaculous does because I'm not into using JS as Flash that much (^^), > but I think it should have the most important things. But writing your own > effects is very easy as well, so if you are missing something let me know > what you need and I'll see what I can do ; ). > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
