Bookmarks tagged with #doctrine.
Show all
Show all
Using traits to compose your Doctrine entities – Titouan Galopin – Medium
I migrated my posts to my own blog because Medium is becoming less and less comfortable for readers (paywalls, impossibility to highlight the code, etc.). To read this article in a nicer and privacy friendly context, read it on my personal blog and follow me on Twitter to get notified!
Saved
on: 2018-08-21
MyCLabsACL
MyCLabs ACL is a library that helps managing permissions on your model. It is different from other ACL libraries in that it focuses on controlling access to your model classes (Doctrine entities).
Saved
on: 2014-04-30
6. Association Mapping — Doctrine 2 ORM 2 documentation
This chapter explains mapping associations between objects. Instead of working with foreign keys in your code, you will always work with references to objects instead and Doctrine will convert those references to foreign keys internally.
Saved
on: 2014-04-27