To select distinct column values from a table, there are a few things to note to make sure only distinct rows are returned. In /path/to/lib/model/doctrine/SomeTable.class.php:
One of the development projects was upgraded from Symfony V142 to the latest V144. My convention for the development is to symbolic link the symfony core files under lib/vendor directory. …
I’m using sfDoctrineActAsSignablePlugin (V1.0.0) to audit record creation and updates. ie fields created_by and updated_by are automatically created and updated. This is perfect when running from browsers. But when running …
In most of the projects I work on, when ‘deleting’ a record, it’s preferred to mark it as deleted than physically deleting the record. This makes re-instating a record easier. The common …