News Feed
Jobs Feed
Sections




News Archive
The Bakery:
Checking for duplicate records (unique record)
January 23, 2007 @ 15:33:00

On The Bakery, there's a new expanded tutorial (from this) that talks about how to check for duplicate records in your CakePHP model.

[Here's how to] 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 [via a] function repeated only once (in app/app_model.php).

The example model they give defines an isUnique method that essentially runs an automatic check (a count() call) on the table to see if the given information exists. The example Model, View, and Controller are all given.

0 comments voice your opinion now!
unique record cakephp model form information count database unique record cakephp model form information count database


blog comments powered by Disqus

Similar Posts

Shunro Dozono's Blog: Seven free layout templates for CakePHP

Stefan Mischook's Blog: Video Tutorial: Processing forms with PHP, Part 3

Tim Koschuetzki's Blog: CakePHP Pluralize Helper

PRADO Watch Blog: PRADO Watch: Interview With Timani Tunduwani - Why I Moved From CakePHP to PRADO

User Group: Guelph PHP User Group - May 30th @ 7:30pm - Deploying Database Changes


Community Events











Don't see your event here?
Let us know!


usergroup framework functional testing language introduction database unittest zendframework2 development series podcast rest opinion community phpunit conference interview symfony2 release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework