You set-up a view in your database, and then add the model as for any other table in CakePHP.
Dunno about other DB's, but since few releases PostgreSQL allows INSERT/UPDATE of views. Pretty neat feature, because - if keyed correctly - you can make all relations DB-side. brian pisze: > On Fri, Apr 24, 2009 at 9:21 PM, James K <[email protected]> wrote: > >> You can modelize views just like you can tables. No need for query() >> >> > > Care to give a hint? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
