Active Record connects business objects and database tables to create a persistable domain model where logic and data is presented in one wrapping. It’s an implementation of the object-relational mapping (ORM) pattern in which an object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data.
Re: Freshmeat New Design First of all, I really do like the new site! I know a lot more than just visual reconstruction went on.. so I understand it was not an easy task :) > The new visual...