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:
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 …
Though it’s not yet formally documented (as this post is written) from sfFormExtraPlugin‘s readme page, there is doctrine version for autocomplete field called sfWidgetFormDoctrineJQueryAutocompleter included with the latest version of the plugin …
As of symfony 1.4 and if working with doctrine, there are still problem setting default and correct table encoding and collations with symfony doctrine:build task. I have previously posted 2 …
sfDoctrineGuardPlugin provides basic authentication. sf_guard_user table only contains minimal fields to make this feature work. All other user relevant information such as name, birthday, contact numbers etc require a new …