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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -