Monday, April 30, 2012

Active Record Pattern


Therefore, typical implementations of the Active Record pattern consist of instance properties representing a record’s fields in the database, instance methods that act on that specific record and static methods acting on all records, i.e. the database table or view.
http://misko.hevery.com/2009/05/05/the-problem-with-active-record/


No comments:

Post a Comment