7134988b3a
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL. from msf
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
|
|
database tables and classes together for business objects, like Customer
|
|
or Subscription, that can find, save, and destroy themselves without
|
|
resorting to manual SQL.
|