http://framework.zend.com/manual/en/zend.validate.writing_validators.htmlに構文が表示されます
ケース- %value% は何を意味し、何をしているのか?
protected $_messageTemplates = array(
self::FLOAT => "'%value%' is not a floating point value"
);
ありがとう
http://framework.zend.com/manual/en/zend.validate.writing_validators.htmlに構文が表示されます
ケース- %value% は何を意味し、何をしているのか?
protected $_messageTemplates = array(
self::FLOAT => "'%value%' is not a floating point value"
);
ありがとう