| Class Summary |
| FfDb | A singleton class instance of FfDbHelper for accessing the database. |
| FfDbExtHelper | FfDbExtHelper contains database helper methods that are rarely used. |
| FfDbHelper | FfDbHelper contains helper rountines for accessing a database. |
| FfExtHelper | FfExtHelper a helper class that contains methods that are
rarely used by FORMfields. |
| FfForm | FfForm 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. |
| FfFormListener | A callback class that processes certain form actions. |
| FfFormValidator | FfFormValidator is a callback class that is used to implement
form validation.
|
| FfGlobals | FfGlobas provides a small set of helper functions for global vaiables. |
| FfHelper | FfHelper contains common helper functions used by FORMfields. |
| FfLH | A convenience class for accessing the FfLanguageHelper without
typing FfLanguageHelper. |
| FfLanguageHelper | FfLanguageHelper a class used to implement multilanguage support. |
| FfListHelper | FfListHelper a helper class for displaying HTML lists. |
| FfMenuHelper | A class used to build dynamic 2 tier menus that are styled with CSS. |
| FfMessageHelper | FfMessageHelper is a helper class that uses a small FfForm to
create message dialogs/windows for errors, warnings, information
and questions. |
| FfParseHelper | FfParseHelper is a helper class used to parse certain types of data. |
| FfPngHelper | FfPngHelper provides helper functions for dynamically creating PNG
images that used by the ImageVerificationField. |
| FfProperties | FfProperties provides a mechanism for writing system properties to
a PHP file. |
| FormBean | Used for backwards compatibility with FORMfields v2 |
| TableSet | Stores table data, and displays table data formatted by CSS
stylesheets. |