using magentos server-side validation -
i using magento version 1.7.0.2 , have created custom module, in there form allows user pass information in database.
i need validate user input , looking around google can see front-end validation tutorials, assume magento has server side validation tools? based on assumption had in mage/core/customer/block/form/register.php , mage/core/customer/helper/data.php have been unable find of help, looking in wrong place?
i aware zend has validation, , use if magento has not got it's own/extended zend validation.
in short, magento have it's own validation apart javascript validation tools?
magento uses zend validation, can take inside mage/customer/model/customer.php @ method validate()
Comments
Post a Comment