Wiki

Articles tagged with "validator", sorted by date (updated)X
Displaying 1-2 of 2 result(s).

Reference: Model rules validation

Updated 2 months ago by François GannazHow-tos4 comments – viewed 250,375 times – ( +84 )
This is a reference to be used for Model rule validation and is compiled from the Yii documentation and code. The purpose is to have all the information gathered in one place instead of scattered. This reference is not an intro. See The Definitive Guide to Yii, Declaring Validation Rules for a tutorial.

Create your own Validation Rule

Updated 6 months ago by GismoHow-tos8 comments – viewed 61,757 times – ( +58 )
Some times the core validation rules provided by Yii won't satisfy all your needs, so you'll need to create your very own validation rule.