FORMfields


Package FORMfields

Class Summary
FfDbA singleton class instance of FfDbHelper for accessing the database.
FfDbExtHelperFfDbExtHelper contains database helper methods that are rarely used.
FfDbHelperFfDbHelper contains helper rountines for accessing a database.
FfExtHelperFfExtHelper a helper class that contains methods that are rarely used by FORMfields.
FfFormFfForm encapsulates the form structure and functionality allowing one to easily perform form-wise functions, like writing to a database, and pass around the form structure and data in a single instance.
FfFormListenerA callback class that processes certain form actions.
FfFormValidatorFfFormValidator is a callback class that is used to implement form validation.
FfGlobalsFfGlobas provides a small set of helper functions for global vaiables.
FfHelperFfHelper contains common helper functions used by FORMfields.
FfLHA convenience class for accessing the FfLanguageHelper without typing FfLanguageHelper.
FfLanguageHelperFfLanguageHelper a class used to implement multilanguage support.
FfListHelperFfListHelper a helper class for displaying HTML lists.
FfMenuHelperA class used to build dynamic 2 tier menus that are styled with CSS.
FfMessageHelperFfMessageHelper is a helper class that uses a small FfForm to create message dialogs/windows for errors, warnings, information and questions.
FfParseHelperFfParseHelper is a helper class used to parse certain types of data.
FfPngHelperFfPngHelper provides helper functions for dynamically creating PNG images that used by the ImageVerificationField.
FfPropertiesFfProperties provides a mechanism for writing system properties to a PHP file.
FormBeanUsed for backwards compatibility with FORMfields v2
TableSetStores table data, and displays table data formatted by CSS stylesheets.
Function Summary
array_combineCreates an array by using one array for keys and another for its values.
ffExecuteScript
ffGetRows
file_get_contentsReads entire file into a string This function is not available in early versions of PHP 4 and it is used by FORMfields, therefore it is implemented in FORMfields.
formatPhoneNumberSql
genArray
getDbArray
getDbValue
getList
getSimpleValue
getSimpleValues
gmysql_connect
gmysql_insert
gmysql_query
gmysql_select
gmysql_tracked_update
gmysql_update
insertAttrChanges
is_aChecks if the given object is of this class or has this class as one of its parents.
scandirList files and directories inside the specified path.
sqlServerDown
striposFind position of first occurrence of a case-insensitive string.
toString

FORMfields