1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Working with objects - Component overview - Record - Introduction.php

8 lines
355 B
PHP
Raw Normal View History

2007-04-14 01:49:11 +04: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.