Classes, interfaces, and traits

Formagic

Formagic main class

« More »

Classes, interfaces, and traits

Formagic_Autoloader

Autoloader implementation for Formagic classes.

« More »

Classes, interfaces, and traits

Formagic_Exception

Generic Formagic exception class

« More »

Formagic_Exception_SessionException

Formagic session exception

« More »

Formagic_Exception_UploadException

Formagic upload exception class

« More »

Classes, interfaces, and traits

Formagic_Filter_Interface

Formagic Filter Interface

« More »

Formagic_Filter_Callback

Uses a valid PHP callback fot the value transformation.

« More »

Formagic_Filter_Date

Converts the given string into human readable time format.

« More »

Formagic_Filter_Nl2br

Converts all newline characters to HTML breaks

« More »

Formagic_Filter_Replace

Accepts a key-value array of replacements, the key being the value to be replaced, the value being the replacement.

« More »

Formagic_Filter_Trim

Filters all prepended and trailing whitespaces from given value.

« More »

Classes, interfaces, and traits

Formagic_Item_Abstract

Abstract superclass for Formagic items

« More »

Formagic_Item_Button

Formagic submit button item

« More »

Formagic_Item_Checkbox

Formagic_Item_Checkbox

« More »

Formagic_Item_Container

Formagic Container Item class

« More »

Formagic_Item_Hidden

Formagic_Item_Hidden

« More »

Formagic_Item_Html

Displays it's value as plain text, with no input possibility.

« More »

Formagic_Item_ImageSubmit

Formagic image submit button item

« More »

Formagic_Item_Input

Formagic_Item_Input

« More »

Formagic_Item_Password

Password type input field for formagic formgenerator

« More »

Formagic_Item_Radio

Input type radio for formagic formgenerator

« More »

Formagic_Item_Select

formagicItemSelect

« More »

Formagic_Item_Submit

Formagic submit button item

« More »

Formagic_Item_Text

Formagic_Item_Text (alias for Formagic_Item_Input)

« More »

Formagic_Item_Textarea

Formagic_Item_Textarea

« More »

Formagic_Item_Upload

Formagic_Item_Upload

« More »

Formagic_Item_XsrfProtection

Protects a form from cross site request forgery attacks.

« More »

Classes, interfaces, and traits

Formagic_Item_Value_UploadValue

Represents item values after file upload is initiated. Implements a magic toString method, so that any default rules or filter will not fail when applied to this value.

« More »

Classes, interfaces, and traits

Formagic_Renderer_Interface

Defines interface that all Formagic renderers have to implement.

« More »

Formagic_Renderer_Array

Returns form items in array form to be processed by custom display manager

« More »

Formagic_Renderer_Html

Returns rendered HTML form. Tables are used to place form elements.

« More »

Formagic_Renderer_Xhtml

Formagic Renderer Xhtml

« More »

Classes, interfaces, and traits

Formagic_Rule_Abstract

FormagicRule abstract superclass

« More »

Formagic_Rule_Email

Email rule checks if a valid email address is entered.

« More »

Formagic_Rule_Equal

Checks if validated value matches a specified counterpart.

« More »

Formagic_Rule_ItemDependency

Checks if dependencies between given items are matched

« More »

Formagic_Rule_Mandatory

Checks if value is given

« More »

Formagic_Rule_Numeric

Checks if value is numeric

« More »

Formagic_Rule_NumericRange

Checks if value is between min and max length

« More »

Formagic_Rule_RangeComparison_Abstract

Abstract implementation of range comparsion rules

« More »

Formagic_Rule_Regex

Checks if value is given

« More »

Formagic_Rule_SessionValue

Checks if value is same as an associated session value

« More »

Formagic_Rule_StringLength

Checks if value is between min and max length

« More »

Classes, interfaces, and traits

Formagic_Rule_EmailValidation_Interface

Defines rule validation strategy interface

« More »

Formagic_Rule_EmailValidation_PhpFilter

Implementation of validation strategy interface.

« More »

Formagic_Rule_EmailValidation_Regex

Implementation of validation strategy interface.

« More »

Classes, interfaces, and traits

Formagic_Session_Interface

Formagic session interface

« More »

Formagic_Session_Php

Formagic PHP session class. Basic session implementation using PHP's default session handler.

« More »

Classes, interfaces, and traits

Formagic_Translator_Interface

Formagic translator interface

« More »

Formagic_Translator

Formagic translator class

« More »