Hi all,

Is acceptable to use a sql view table (a virtual sql table based on
predefined permanent queries) instead a using a controller logic for a
specific case?

I have a complex query between several tables and looks like that
would be too hard to do it using models relations and controller logic
and looks easy to just create  a sql view and attach it a model like
it is a table.

is just for one specific  case - is this a dirty solution? Should I
try to do it using model relations plus controller logic instead? Is
there a disadvantage of doing this?

thanks

/Erico

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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