BIG HATRED:
++++++1 @ Park/dr. Hannibal Lecter: Ignoring callbacks on associative
queries (See also the associated ticket: https://trac.cakephp.org/ticket/2056
)
That ticket should have high severity and priority

Hoping for:
+ var $displayField only taking one field.
Better would be something like var $displayField = array
('%ModelA.fieldname1 foo %AssocModelB.fieldname2 bar
%fieldnameofThisModel3!') or alike. Additionally overwriting/creating
function displayField() { ... } should be a callback that gets called
(and maybe even cached) when a displayField is requested which could
allow complex displayFields very easily.

+ 2.0 going straight for PHP 6.x or at least 5.3+


Minor annoyances:
+ View Helper not being extendable / mixinable (there are dirty
solutions available though) - like you want to extend html helper and
still use $html->foobar in views.
+ View folder (/app/views) merging on standard view "routes" and
elements (what if you have a model Element and ElementsController - or
LayoutController) and layouts
+ Standard controller routes sharing one namespace with webroot/*
(lets say you have an UploadsController and an /app/webroot/uploads
directory, ... bad)

+ Cake Bake not offering standard solutions for trees and self-joins /
recursive structures that work out of the box

+ PolymorphicBehavior not in core

+ Cake Bake teaches (and does rightly so) many people how to work with
cake => Cake Bake output not using elements (but could be used alot to
reduce code size)
+ Cake Bake not using jQuery. A standard (cake bake default) template
could help for acceptance/hype of cakephp like "whoot in that short
time I made that fancy thing". Return on error validation could use
ajax, paginator could use ajax (for pages and sorting)


Loves:

Documentation, its awsome, cakebook is godly, both, what is there and
that you can extend but that it gets reviewed before, its just how it
should be. I can whole-heartly tell customers: If I die you can get an
upper average php developer, give him this CD with all the sources and
he can learn into cakephp no problem and extend and maintain the
application. Love you guys!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to