Tuesday, 30 October 2012

Yii Model Match Validator


           array('keyword', 'match',
                'pattern' => '/^[a-zA-Z ]*$/',
                'message' => '{attribute} has invalid characters. Only letters are allowed.'
            )

No comments:

Post a Comment