When a one-to-one, unidirectional association is needed for Doctrine2 annotations, a one-to-one bidirectional association is always created, regardless of setting unidirectional parameter for the ...
I'm working on a web app, and it part of it, there is a very simple database-driven file/document manager. As a file manager, there is the possibility of sub-folders. So in the DB, I have the ...