1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/docs/Mapping object relations - Introduction.php

2 lines
100 B
PHP
Raw Normal View History

2006-08-30 00:37:55 +04:00
In Doctrine all record relations are being set with hasMany, hasOne, ownsMany and ownsOne methods.