Ah okay, i know of that pattern very well, thanks J
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mariano Iglesias Sent: 27. november 2006 19:07 To: [email protected] Subject: RE: Active Resource Implementation He meant Active Record Pattern: <http://en.wikipedia.org/wiki/Active_Record> http://en.wikipedia.org/wiki/Active_Record Active record is an approach to reading data from a database. A row in a database table or view is wrapped into a class, thus an object instance is tied to a single row in the database. After creation of an object, a new row is added to the database upon save. Any object loaded gets its information from the database; when an object is updated, the corresponding row in the database is also updated. The wrapper class implements accessor methods for each column in the table or view. -MI --------------------------------------------------------------------------- Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your knowledge. BAKE ON! _____ De: [email protected] [mailto:[EMAIL PROTECTED] En nombre de Christian Winther [cwi.dk] Enviado el: Lunes, 27 de Noviembre de 2006 02:45 p.m. Para: [email protected] Asunto: RE: Active Resource Implementation Can you guide me to some information regarding Active Resource Pattern - couldn't find anything on google looking like it --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
