1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Record introduction added

This commit is contained in:
zYne 2006-08-30 22:38:11 +00:00
parent 9f03f21df7
commit 713a49a075

View File

@ -0,0 +1,4 @@
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.
<br \><br \>
The classes that inherit Doctrine_Record are called components. There should be atleast one component for each database table.