我正在使用Magento 1.7.0.2并创建了一个自定义模块,其中有一个允许用户将信息传递到数据库的表单。
我需要验证用户输入并查看Google所有我能看到的是前端验证教程,我假设magento有服务器端验证工具?基于这个假设,我看了一下mage / core / customer / block / form / register.php和mage / core / customer / helper / data.php,但一直无法找到任何帮助,我看错了放置?
我知道Zend有一些验证,并且如果Magento没有得到它自己的/扩展的zend验证将使用它。
简而言之,除了javascript验证工具之外,Magento还有自己的验证吗?
答案 0 :(得分:0)
Magento使用Zend进行验证,您可以在方法validate()
中查看Mage / Customer / Model / Customer.php