The short answer is no.  Allowing the view to query model objects
directly violates the basic tenents of MVC separation, so although Cake
2.0 will support a fully object-based ActiveRecord implementation, this
will likely never be supported.

You should plan up-front the data that the view needs, and request it
in the controller and pass it on to the view.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to