1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/manual/docs/Mapping object relations - Introduction.php

3 lines
243 B
PHP
Raw Normal View History

2006-08-30 15:23:22 +04:00
In Doctrine all record relations are being set with hasMany, hasOne, ownsMany and ownsOne methods. Doctrine supports almost any kind of database relation
from simple one-to-one foreign key relations to join table self-referencing relations.