Doctrine tricks
I have been using Doctrine ORM for a while now. Here I want to discuss 2 tricky issues I have encountered and resolved. First, I’m paranoid of deleting records from the database. Things like registered users, I would rather have them marked as “DELETED”, but still keep the record in the database, just in case … With [...]
Thank for this one, been pondering on it myself!
glad you found it's useful
