I'm curious what the general consensus in the CakePHP community is on
modeling database views?  Is it a good idea?  Not?  What about creating
a controller and/or a view for the, uh, view?

I'm not asking about the wisdom of using database views.  In general,
everyone knows they are a good way of aggregating data for
presentation.  I'm asking about the wisdom of using them within the
cake framework.  Should they not be modeled and just be specifically
queried (using query() or execute())?

thnx,
Christoph


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

Reply via email to