1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Object relational mapping - Relations - Introduction.php
2007-04-13 21:49:11 +00:00

4 lines
242 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.