How-to articles, tricks, and solutions about PHP
Is there a built-in way to get all of the changed/updated fields in a Doctrine 2 entity?
Yes, Doctrine 2 provides a built-in way to get the changed fields in an entity.
Unique and temporary file names in PHP?
In PHP, you can use the tempnam() function to generate a unique and temporary file name.