Best Practice for Database Concurrency? |
[eluser]Popcorn[/eluser]
Hi cyang, Redux has built in functions to check to see if a username or email is in use: check_username($username); check_email($email); You can use them in a custom validation callback. http://ellislab.com/codeigniter/user-gui...ation.html |
Messages In This Thread |
Best Practice for Database Concurrency? - by El Forum - 07-30-2008, 06:06 PM
Best Practice for Database Concurrency? - by El Forum - 07-30-2008, 06:50 PM
Best Practice for Database Concurrency? - by El Forum - 07-31-2008, 12:49 AM
Best Practice for Database Concurrency? - by El Forum - 07-31-2008, 01:48 AM
Best Practice for Database Concurrency? - by El Forum - 07-31-2008, 03:05 PM
Best Practice for Database Concurrency? - by El Forum - 07-31-2008, 09:32 PM
Best Practice for Database Concurrency? - by El Forum - 09-11-2009, 05:45 AM
|