On Thu, Mar 6, 2008 at 8:52 PM, Vangel <[EMAIL PROTECTED]> wrote: > > Has anyone done this? I don't want to use 'vendor' method. Is it > possible to use YUI library like Helper. Any examples, samples would > help a lot. I am stumped. I found a little bit of code when searching > but it looks incomplete. >
Why wouldn't you just include the YUI JS files in your views (or you layouts if you like putting all your javascript in your <head> section of your page) and just write the YUI-specific stuff yourself? I use jQuery with CakePHP and that's exactly what I do. No messing around with a helper either. There has been talk of the creation of a jQuery helper for Cake, but that's probably a Cake 2.0 thing. -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
