Full index
Package indexes
dbForm
a
c
d
f
g
h
m
o
p
r
s
t
v
a
top
$alwaysUpdate
dbForm::$alwaysUpdate
in dbform.inc
Whether to always update the current record before processing
addButton
dbForm::addButton()
in dbform.inc
Adds a button to the buttons array
addField
dbForm::addField()
in dbform.inc
Adds a new field to the form at the end of the list
attributeExists
formField::attributeExists()
in formfields.inc
Returns true or false if attribute is set
c
top
changeButtonType
dbForm::changeButtonType()
in dbform.inc
Changes the button type
changeFieldType
dbForm::changeFieldType()
in dbform.inc
Changes the Types of a field
changeType
formField::changeType()
in formfields.inc
Sets Form Attributes
clearButtons
dbForm::clearButtons()
in dbform.inc
Removes all of the buttons and processingFunctions if set
d
top
dbForm
dbForm
in dbform.inc
dbForm - Create, validate and process HTML forms based on Database Tables
dbForm
dbForm::dbForm()
in dbform.inc
Class constructor
dbform.inc
dbform.inc
in dbform.inc
display
template::display()
in template.inc
Display the template
displayField
formField::displayField()
in formfields.inc
Displays the fields
displayForm
dbForm::displayForm()
in dbform.inc
Displays the Form and all of its fields
f
top
$forceUpdateNulls
dbForm::$forceUpdateNulls
in dbform.inc
Boolean whether to force the update of empty fields
formField
formField
in formfields.inc
Helper class for use in dbForm.
formField
formField::formField()
in formfields.inc
Class constructor
formfields.inc
formfields.inc
in formfields.inc
g
top
getAttribute
formField::getAttribute()
in formfields.inc
Gets Field Attribute
getFormAction
dbForm::getFormAction()
in dbform.inc
Sets and returns the form action based on the parameters passed
getSelectFunction
dbForm::getSelectFunction()
in dbform.inc
Calls the specified function to retrieve the select values
getSelectValues
dbForm::getSelectValues()
in dbform.inc
Retrieves the values for a select list based on a query
h
top
$hashPasswords
dbForm::$hashPasswords
in dbform.inc
Boolean for hashing password fields
m
top
$magicQuote
dbForm::$magicQuote
in dbform.inc
Boolean whether to use magic quoting (See PHP get_magic_quotes_gpc())
o
top
orderButtons
dbForm::orderButtons()
in dbform.inc
Orders the buttons incase they need to be displayed in order
orderFields
dbForm::orderFields()
in dbform.inc
Orders the fields based on an array of field names
p
top
processForm
dbForm::processForm()
in dbform.inc
Determines what to do with any data passed thru the form
processTemplate
template::processTemplate()
in template.inc
Process the Template
processTemplate
dbForm::processTemplate()
in dbform.inc
Processes a template and returns the html for it
r
top
removeButton
dbForm::removeButton()
in dbform.inc
Removes a button
removeField
dbForm::removeField()
in dbform.inc
Removes the indicated field from the field list
replace
template::replace()
in template.inc
Function to set the replace values
s
top
setActionStatusMsg
dbForm::setActionStatusMsg()
in dbform.inc
Sets the status message for a given action
setAllButtonsAttributes
dbForm::setAllButtonsAttributes()
in dbform.inc
Sets the Attributes for All buttons
setAllFieldsAttributes
dbForm::setAllFieldsAttributes()
in dbform.inc
Updates Field Attributes of All fields
setAttributes
dbForm::setAttributes()
in dbform.inc
Sets Form Attributes
setAttributes
formField::setAttributes()
in formfields.inc
Sets Field Attributes
setButtonAttributes
dbForm::setButtonAttributes()
in dbform.inc
Sets the Attributes for a button
setCheckbox
dbForm::setCheckbox()
in dbform.inc
Sets a field to be a checkbox and defines the values for it
setFieldAttributes
dbForm::setFieldAttributes()
in dbform.inc
Updates Field Attributes
setFieldMaxLength
dbForm::setFieldMaxLength()
in dbform.inc
Set the Max Length field validation property
setFieldNotNull
dbForm::setFieldNotNull()
in dbform.inc
Set the Not Null field validation property
setFieldTitle
dbForm::setFieldTitle()
in dbform.inc
Sets the title of the selected field
setFieldTitles
dbForm::setFieldTitles()
in dbform.inc
Sets the titles of many fields
setFilterGroup
dbForm::setFilterGroup()
in dbform.inc
Sets a filter group for a select list
setFilterPaging
dbForm::setFilterPaging()
in dbform.inc
Sets a filter Page for a select list
setFilterQuery
dbForm::setFilterQuery()
in dbform.inc
Sets a filter query for a select list
setProcessingFunction
dbForm::setProcessingFunction()
in dbform.inc
Sets the function to be called to process an action
setSearchField
dbForm::setSearchField()
in dbform.inc
Sets the field to be used for searching (usually the primary key)
setSearchFunction
dbForm::setSearchFunction()
in dbform.inc
Sets the field to be used for searching (usually the primary key)
setSequence
dbForm::setSequence()
in dbform.inc
Sets the Sequence to use for the table in the form
setSequenceFunction
dbForm::setSequenceFunction()
in dbform.inc
Sets the Sequence Function to use for the table in the form
setStatusMsg
dbForm::setStatusMsg()
in dbform.inc
Sets the current Status Message
setTemplateFile
template::setTemplateFile()
in template.inc
Function to set the templateFile
t
top
template
template::template()
in template.inc
Class constructor
template
template
in template.inc
Generic Template processing class.
template.inc
template.inc
in template.inc
v
top
$validateFields
dbForm::$validateFields
in dbform.inc
Boolean for using validation
$ver
dbForm::$ver
in dbform.inc
Version of dbForm
a
c
d
f
g
h
m
o
p
r
s
t
v