Mariano, I'n not asking about Active Record Pattern but Active Resource as presented by David Heinemeier at the RailsConf. More information can be found at [1],[2] and [3]
Regards, -- Pablo Viojo [EMAIL PROTECTED] http://pviojo.net [1] http://tom.counsell.org/view/EarlyExperiencesWithActiveResource [2] http://www.loudthinking.com/arc/000593.html [3] http://www.loudthinking.com/lt-files/worldofresources.pdf On 11/27/06, Mariano Iglesias <[EMAIL PROTECTED]> wrote: > > He meant Active Record Pattern: > > > > 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 -~----------~----~----~----~------~----~------~--~---
