Hi guys,
I have a form which shows Zip Code or Postal Code depends on where the user is coming from. I would like to know if Yii has built-in validation for Zip Code or Postal Code.
I am talking about rules declared in rules function in Model. (http://www.yiiframew...alidation-rules)
If there are none built-in zip/postal code, Please guide me on how to create one.
Thank you,
Page 1 of 1
Form Validation For Zip Code Or Postal Code
#1
Posted 29 December 2012 - 11:39 PM
I am new to Yii and this is my blog http://blog.michaelduy.com (deprecated hatadu.wordpress.com) about Yii, Git and PHP.
#2
Posted 30 December 2012 - 12:28 AM
You can use CRegularExpressionValidator.
http://www.yiiframew...essionValidator
See the comments at the bottom for the sample codes.
http://www.yiiframew...essionValidator
See the comments at the bottom for the sample codes.
#3
Posted 30 December 2012 - 06:22 AM
To complete previous post, here is link to regular expressions for USA / Canada zip code validation - http://geekswithblog.../03/117321.aspx
Share this topic:
Page 1 of 1

Help











