PHP Classes

File: tests/src/Resources/config/validation.yml

Recommend this page to a friend!
  Classes of Marcelo Santos   Melody Validation   tests/src/Resources/config/validation.yml   Download  
File: tests/src/Resources/config/validation.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melody Validation
Validate values according to many types of rules
Author: By
Last change:
Date: 11 years ago
Size: 210 bytes
 

Contents

Class file image Download
registering: name: "maxLength:50" email: "email|maxLength:50" username: "length:6:12|alnum|noWhitespace" password : "length:6:12|containsSpecial:1|containsLetter:3|containsDigit:2|noWhitespace"