25 #require_once 'Zend/Validate/Abstract.php'; 60 self::INVALID =>
"Invalid type given. String, integer or float expected",
61 self::NOT_ALNUM =>
"'%value%' contains characters which are non alphabetic and no digits",
62 self::STRING_EMPTY =>
"'%value%' is an empty string",
120 $this->
_error(self::INVALID);
127 $this->
_error(self::STRING_EMPTY);
131 if (
null === self::$_filter) {
135 #require_once 'Zend/Filter/Alnum.php'; 142 $this->
_error(self::NOT_ALNUM);
__construct($allowWhiteSpace=false)
_error($messageKey, $value=null)
setAllowWhiteSpace($allowWhiteSpace)