nate wrote:

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

Nate:

I'm sure I'm just misunderstanding something here so I wanted to get 
this straight.

Do helpers fall under the purview of views?  If this is the case I 
assume that nothing other than the model & controller are going to have 
access to the data.

Am I correct in this assumption?


Thanks!

Matt
-- 
BASIC: A programming language.  Related to certain social diseases
in that those who have it will not admit it in polite company.

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