Articles tagged with "unique record"
Checking for duplicate records (unique record)
Expanded tutorial from CakePHPWiki: http://wiki.cakephp.org/tutorials:duplicate_record_validation
[Read more] - validate a form field (such as a user name field), both in add and edit form and make sure that the selected user name does not already exist in the database
- function repeated only once (in app/app_model.php)
Latest Comments