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

Developer.com: Forms Validation with CakePHP

The Bakery: Clear the PHP4 warnings when working in eclipsePHP

Felix Geisendorfer's Blog: Quick dessert: List all controllers of a CakePHP application

PHPEveryDay.com: Five New Tutorials

PseudoCoder.com: CakePHP Digest #5


Community Events









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


database podcast release introduction zendframework2 community development phpunit tool object interview example unittest composer language api opinion code framework testing

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