\searchIndexFilter

Manages the content of simple forms.

dbForms can be used for creating wizards, sending emails and such operations which do not require immediate database storage when the form is transfered. If you need to record the form data in the database immediately, use a dbRecord subclass.

Summary

Methods
Properties
Constants
__construct()
init()
loadL10n()
toHTML()
onSubmit()
$data
$showInEditForm
$postFormHTML
$dummyFieldTypes
$DBEngine
$preRecord
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : 

Type

$showInEditForm

$showInEditForm : 

Type

$postFormHTML

$postFormHTML : 

Type

$dummyFieldTypes

$dummyFieldTypes : 

Type

$DBEngine

$DBEngine : 

Type

$preRecord

$preRecord : 

Type

Methods

__construct()

__construct() 

init()

init() 

loadL10n()

loadL10n(  $pluginRelativePath,   $subDir = '') 

Parameters

$pluginRelativePath
$subDir

toHTML()

toHTML() : string

Outputs the record as html

Returns

string

onSubmit()

onSubmit()