Created
December 1, 2011 22:17
-
-
Save mathieuancelin/1420305 to your computer and use it in GitHub Desktop.
Formulaires auto générés
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mon super formulaire : | |
================================== | |
id : _______________________ | |
================================== | |
nom : ______________________ | |
================================== | |
prenom : ___________________ | |
================================== | |
login : nom.prenom | |
================================== | |
email : ____________________ | |
================================== | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mon super formulaire : | |
================================== | |
id : _______________________ | |
================================== | |
l'id est unique (ok) | |
================================== | |
nom : ______________________ | |
================================== | |
prenom : ___________________ | |
================================== | |
login : nom.prenom | |
================================== | |
le login existe deja (ko) | |
================================== | |
email : ____________________ | |
================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment