Hey, actually the most annoying thing is that we cannot download separate parts of Cake. It would be cool if advanced users could choose what do they need for their project, just like mootools made in their download page. I certainly understand that this is just *wishful thinking* because Cake's core uses nearly everything :x
Anyway, upload component would be totally usable! Also, switching from scriptaculous + prototype to jQuery would be awesome. People would create and share plugins, which means that our lovely community would become even bigger and ADmad would be even more mad (sorry AD :x) Enjoy, Faifas On Sat, May 16, 2009 at 06:00, Brendon Kozlowski <[email protected]>wrote: > > Thought of another one. > > Paginate settings, and paginate call. Why do they have the same > name? When learning how Cake works, although it's proper OOP to do > so, it's a bit confusing to see: > > $this->paginate = array('contain' => 'User'); > $this->set('posts', $this->paginate()); > > I think it would be clearer (from a "name the variable what it is" > type of coding style) to use something like: > $this->paginateOptions = array('contain' => 'User'); > > Every time I see $this->paginate when skimming through code, I > immediately see the method, completely forgetting it's also a > property. I "hate" that. ;) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
