-
getAllowableTags
-
Get the allowable tags
-
getAllowedExtensions
-
Get the allowed extensions
-
getAllowedExtensions
-
Get the allowed extensions
-
getAllowWhiteSpace
-
-
getAllowWhiteSpace
-
-
getAttachmentElements
-
Get all the attachment elements
-
getCharset
-
Get the character encoding
-
getElementMap
-
Get the element map
-
getElements
-
Get all of the form elements
-
getErrors
-
Get the error messages
-
getErrors
-
Get the elements and any errors they have
-
getFileUploadValidator
-
Get this elements file upload validator
-
getFilter
-
Get the filter with the given name
-
getFilters
-
Get the filters
-
getForm
-
Get the form
-
getForm
-
Get the form the element belongs to
-
getFromAddress
-
Get the from address
-
getFullyQualifiedName
-
Get the fully qualified name of the element
-
getIsArray
-
Is the element an array?
-
getIsMultiple
-
Does this element have multiple values?
-
getLabel
-
Get the label of the element
-
getMax
-
Get the maximum length
-
getMax
-
Get the maximum value
-
getMaximumFileSize
-
Get the maximum file size in bytes
-
getMaximumFileSize
-
Get the maximum allowable file size in bytes
-
getMessages
-
-
getMessages
-
-
getMin
-
Get the minimum length
-
getMin
-
Get the minimum value
-
getName
-
Get the name of the element
-
getName
-
Get the name of the element
-
getRawSubject
-
Get the subject
-
getRecipients
-
Get the recipients
-
getRequired
-
Is this element required?
-
getRequired
-
Get whether the file is required or not
-
getRequiredCount
-
Get the count for required files for a multiple upload field
-
getRequiredCount
-
Get the number of required uploads
-
getSkipRender
-
Should the element be skipped during rendering
-
getStrict
-
Get the strict flag
-
getSubject
-
Get the subject with placeholder values replaced
-
getSuccessHandlers
-
Get all success handlers
-
getSuccessMessage
-
Get the success message
-
getSuccessRedirect
-
Get the URL to redirect to on success
-
getToken
-
Get the token
-
getValidator
-
Get the validator with the given name
-
getValidators
-
Get the validators
-
getValue
-
Get the values of a single field
-
getValue
-
Get the filtered value
-
getValues
-
Get the values of all fields
-
getValueUnfiltered
-
Get the unfiltered (raw) value
-
GreaterThan.php
-
-
iPhorm
-
-
Interface.php
-
-
Interface.php
-
-
Identical.php
-
-
Interface.php
-
-
iPhorm.php
-
-
iPhorm_Element
-
-
iPhorm_Element_File
-
-
iPhorm_Filter_Alpha
-
Alpha Filter
-
iPhorm_Filter_AlphaNumeric
-
Alpha Numeric Filter
-
iPhorm_Filter_Digits
-
Digits Filter
-
iPhorm_Filter_Filename
-
Filename Filter
-
iPhorm_Filter_Interface
-
Filter Interface
-
iPhorm_Filter_StripTags
-
Strip Tags Filter
-
iPhorm_Filter_Trim
-
Trim Filter
-
iPhorm_SuccessHandler_Abstract
-
-
iPhorm_SuccessHandler_Email
-
-
iPhorm_SuccessHandler_FileStorage
-
-
iPhorm_SuccessHandler_Interface
-
-
iPhorm_SuccessHandler_Mysql
-
-
IPHORM_UPLOAD_ERR_FILE_SIZE
-
-
IPHORM_UPLOAD_ERR_NOT_UPLOADED
-
-
IPHORM_UPLOAD_ERR_TYPE
-
-
iPhorm_Validator_Abstract
-
Validator Abstract Class
-
iPhorm_Validator_Alpha
-
Alpha Validator
-
iPhorm_Validator_AlphaNumeric
-
Alpha Numeric Validator
-
iPhorm_Validator_Captcha
-
Captcha Validator
-
iPhorm_Validator_Digits
-
Digits Validator
-
iPhorm_Validator_Email
-
Validator Abstract Class
-
iPhorm_Validator_FileUpload
-
FileUpload Validator
-
iPhorm_Validator_GreaterThan
-
GreaterThan Validator
-
iPhorm_Validator_Identical
-
Identical Validator
-
iPhorm_Validator_Interface
-
Validator Interface
-
iPhorm_Validator_LessThan
-
LessThan Validator
-
iPhorm_Validator_Required
-
Required Validator
-
iPhorm_Validator_StringLength
-
String Length Validator
-
isValid
-
Returns true if the given value contains only alpha-numeric characters.
-
isValid
-
Returns true if and only if $value is less than max option
-
isValid
-
Compares the given value with the captcha value saved in session. Also sets the error message.
-
isValid
-
Returns true if and only if the string length of $value is at least the min option and no greater than the max option (when the max option is not null).
-
isValid
-
Checks whether the given value is not empty. Also sets the error message if value is empty.
-
isValid
-
Returns true if the given value contains only alphabet characters.
-
isValid
-
Returns true if the given value contains only digits.
-
isValid
-
-
isValid
-
Returns true if and only if $value is greater than min option
-
isValid
-
Returns true if the given value is equal to the set value Return false otherwise.
-
isValid
-
Returns true if and only if the uploaded file is free of errors
-
isValid
-
Is the uploaded file valid?
-
isValid
-
Is the given value valid?
-
isValid
-
Check email address validity
-
isValid
-
Is the form valid?
-
StripTags.php
-
-
StringLength.php
-
-
setAllowableTags
-
Set the allowable tags
-
setAllowedExtensions
-
Set the allowed extensions
-
setAllowedExtensions
-
Set the allowed extensions, an array of lowercase extensions e.g. array('jpg', 'jpeg', 'gif'). An empty array means all file extensions are allowed
-
setAllowWhiteSpace
-
-
setAllowWhiteSpace
-
-
setAutoReply
-
Sets the autoreply information to send an autoreply to the form user
-
setCharset
-
Set the character encoding
-
setConfig
-
Sets the database configuration settings
-
setElementMap
-
Set the element map
-
setFieldMap
-
Set the field map, which maps a form element name to a database table field name.
-
setFilters
-
Set the filters, overrides previously added filters
-
setForm
-
Set the form
-
setForm
-
Set the form the element belongs to
-
setForm
-
Set the form
-
setFromAddress
-
Set the from address
-
setIsArray
-
Set the flag to indicate that the element is an array.
-
setIsMultiple
-
Set the flag that the element can have multiple values.
-
setLabel
-
Set the label of the element
-
setMax
-
Sets the maximum value
-
setMax
-
Set the maximum length
-
setMaximumFileSize
-
Set the maximum file size in bytes
-
setMaximumFileSize
-
Set the maximum allowable file size in bytes
-
setMin
-
Sets the minimum value
-
setMin
-
Set the minimum length
-
setName
-
Set the name of the element
-
setName
-
Set the name of the element to validate in $_FILES
-
setRecipients
-
Set the recipients of the enquiry
-
setRequired
-
Sets whether the element is required or not
-
setRequired
-
Set if the element is required
-
setRequired
-
Set whether the file is required or not
-
setRequiredCount
-
Set the number of required uploads for a multiple upload element
-
setRequiredCount
-
Set the count for required files for a multiple upload field
-
setSkipRender
-
Set whether or not the value should be rendered by success handlers
-
setStrict
-
Set the strict flag
-
setSubject
-
Set the subject
-
setSuccessMessage
-
Set the success message show after the form is successfully submitted
-
setSuccessRedirect
-
Set the URL to redirect to on success
-
setToken
-
Set the token
-
setValidators
-
Set the validators, overrides previously added validators
-
setValue
-
Set the value
-
$_allowableTags
-
HTML tags that will not be stripped
-
$_allowedExtensions
-
Allowed file extensions
-
$_allowWhiteSpace
-
Whether to allow white space characters; off by default
-
$_allowWhiteSpace
-
Whether to allow white space characters; off by default
-
$_attachmentElements
-
Email attachment elements, an array of iPhorm_Element_File's
-
$_autoReply
-
The autoreply information
-
$_charset
-
Charset
-
$_charset
-
Character encoding to use
-
$_dbname
-
Mysql database name
-
$_elementMap
-
The mapping of elements to upload locations on the server
-
$_elements
-
The elements of the form
-
$_errors
-
Error messages
-
$_fieldMap
-
A mapping of element names to table field names
-
$_fileUploadValidator
-
File upload validator
-
$_filters
-
Element filters
-
$_form
-
The form
-
$_form
-
The form
-
$_form
-
The form this element belongs to
-
$_fromAddress
-
Email from address, if set will override using the form submitted email
-
$_host
-
Mysql host
-
$_isArray
-
Is the element in an array?
-
$_isMultiple
-
Is the element multiple input e.g. multiple select
-
$_label
-
Element label
-
$_max
-
Maximum value
-
$_max
-
Maximum length. If null, there is no maximum length
-
$_maximumFileSize
-
Maximum file size in bytes
-
$_messages
-
-
$_min
-
Minimum value
-
$_min
-
Minimum length
-
$_name
-
Element name
-
$_name
-
The name of the element to check in the $_FILES array
-
$_password
-
Mysql password
-
$_recipients
-
The recipients of the email
-
$_required
-
Required flag
-
$_requiredCount
-
How many files are required for a multiple upload element, 0 = all
-
$_skipRender
-
Success handlers should skip this element
-
$_skipRender
-
Should the element be skipped by success handlers
-
$_strict
-
Whether to check type as well as value
-
$_subject
-
The email subject
-
$_successHandlers
-
Form success handlers
-
$_successMessage
-
The message to display when the form is successfully submitted
-
$_successRedirect
-
URL to redirect to on success
-
$_table
-
Mysql table name
-
$_token
-
The token to check
-
$_username
-
Mysql username
-
$_validators
-
Element validators
-
$_value
-
Element value
-
_dissolveArrayValue
-
Extract the value by walking the array using given array path.
-
_filterValue
-
Filter the given value by reference
-
_filterValueRecursive
-
Recursively filter the given value by reference
-
_formatMessage
-
Format a message with wrapping HTML <div> with classes. The message should be escaped beforehand for display in the browser, using htmlentities() for example
-
_generateFilename
-
Generate a filename that does not already exist in the given path
-
_getEmailBodyHtml
-
Get the email body in HTML. Retrieves the contents of email-html.php in the iPhorm root folder
-
_getEmailBodyPlain
-
Get the email body in plain text. Retrieves the contents of email-plain.php in the iPhorm root folder
-
_getFileUploadError
-
Get the error message corresponding to the error code generated by PHP file uploads and this validator
-
_getPlaceholderValue
-
Get the form value of a single placeholder
-
_loadFilter
-
Load the filter instance from the given name
-
_loadValidator
-
Load the validator instance from the given name
-
_prettyName
-
Get the pretty version of the form element name. Translates the machine name to a more human readable format. E.g.
-
_prettyName
-
Get the pretty version of the form element name. Translates the machine name to a more human readable format. E.g.
-
_replacePlaceholderValues
-
Replace all placeholder values in a string with their form value equivalents
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
Class constructor
-
__construct
-
-
__construct
-
Class constructor
-
__construct
-
Sets validator options
-
__construct
-
-
__construct
-
Class constructor
-
__construct
-