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

3 lines
243 B
PHP

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.