Alpha Framework alpha--util--helpers
[ class tree: alpha--util--helpers ] [ index: alpha--util--helpers ] [ all elements ]

Element index for package alpha--util--helpers

Package indexes

[ a ] [ i ] [ o ] [ r ]

a

a

ALLOW_ALL
in file AlphaValidator.inc, class constant AlphaValidator::ALLOW_ALL
    Allows any kind of input, including blanks
AlphaValidator
in file AlphaValidator.inc, class AlphaValidator
    Generic validation class used throughout the Alpha Framework
AlphaValidator.inc
procedural page AlphaValidator.inc
i

i

isAlpha
in file AlphaValidator.inc, method AlphaValidator::isAlpha()
    Validate that the provided value is a valid alphabetic string (strictly a-zA-Z)
isAlphaNum
in file AlphaValidator.inc, method AlphaValidator::isAlphaNum()
    Validate that the provided value is a valid alpha-numeric string (strictly a-zA-Z0-9)
isBoolean
in file AlphaValidator.inc, method AlphaValidator::isBoolean()
    Validate that the provided value is a valid boolean (will accept 1 or 0 as valid booleans)
isDouble
in file AlphaValidator.inc, method AlphaValidator::isDouble()
    Validate that the provided value is a valid double
isEmail
in file AlphaValidator.inc, method AlphaValidator::isEmail()
    Validate that the provided value is a valid email address
isInteger
in file AlphaValidator.inc, method AlphaValidator::isInteger()
    Validate that the provided value is a valid integer
isIP
in file AlphaValidator.inc, method AlphaValidator::isIP()
    Validate that the provided value is a valid IP address
isSequence
in file AlphaValidator.inc, method AlphaValidator::isSequence()
    Validate that the provided value is a valid Sequence string ([A-Z]-[0-9])
isURL
in file AlphaValidator.inc, method AlphaValidator::isURL()
    Validate that the provided value is a valid URL
o

o

OPTIONAL_HTTP_URL
in file AlphaValidator.inc, class constant AlphaValidator::OPTIONAL_HTTP_URL
    Optional HTTP URL value
r

r

REQUIRED_ALPHA
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_ALPHA
    Required alphabet string
REQUIRED_ALPHA_NUMBEIC
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_ALPHA_NUMBEIC
    Required alpha-numeric string
REQUIRED_ALPHA_UPPER
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_ALPHA_UPPER
    Required uppercase alphabet string
REQUIRED_DOUBLE
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_DOUBLE
    Required double value
REQUIRED_EMAIL
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_EMAIL
    Required email address value
REQUIRED_HTTP_URL
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_HTTP_URL
    Required HTTP URL value
REQUIRED_INTEGER
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_INTEGER
    Required integer value
REQUIRED_IP
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_IP
    Required IP address value
REQUIRED_SEQUENCE
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_SEQUENCE
    Required sequence value
REQUIRED_STRING
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_STRING
    Required string value, accepts a maximum of 255 characters
REQUIRED_TEXT
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_TEXT
    Required text value, accepts a maximum of 65536 characters
REQUIRED_USERNAME
in file AlphaValidator.inc, class constant AlphaValidator::REQUIRED_USERNAME
    Required username (allows a-z A-Z 0-9 and -_. characters)

Documentation generated on Tue, 13 Dec 2011 20:25:27 +0000 by phpDocumentor 1.4.3