magento不验证review,magento不过滤review的表单
时间:2016-01-24 16:23来源: 作者: 点击:次
magento不验证review,magento不过滤review的表单,例如:不过Review summary ,就打开文件:/app/code/core/Mage/Review/Model/Review.php 注释如下: if (!Zend_Validate::is($this-getTitle(), NotEmpty)) { $errors[] = $helper-
magento不验证review,magento不过滤review的表单,例如:不过Review summary ,就打开文件:/app/code/core/Mage/Review/Model/Review.php
注释如下:
if (!Zend_Validate::is($this->getTitle(), 'NotEmpty')) {
$errors[] = $helper->__('Review summary can\'t be empty');
}
这样就ok了
(责任编辑:最模板) |
------分隔线----------------------------