2007-04-13 21:49:11 +00:00
|
|
|
Doctrine_Record is a wrapper for database row but along with that it speficies what relations it has
|
|
|
|
on other components and what columns it has. It may access the related components, hence its refered as an ActiveRecord.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The classes that inherit Doctrine_Record are called components. There should be atleast one component for each database table.
|
2007-04-12 20:52:30 +00:00
|
|
|
|