Articles tagged with "duplicate records"

Checking for duplicate records (unique record)

By Marie Zachovalova
Expanded tutorial from CakePHPWiki: http://wiki.cakephp.org/tutorials:duplicate_record_validation

  1. 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
  2. function repeated only once (in app/app_model.php)
[Read more]