Class PifaField
contains meta data of a PIFA field
- cGenericDb
- cItemBaseAbstract
- Item
- PifaField
Package: Plugin\FormAssistant
Copyright: four for business AG
Author: marcus.gnass
Located at plugins/form_assistant/classes/class.pifa.field.php
Copyright: four for business AG
Author: marcus.gnass
Located at plugins/form_assistant/classes/class.pifa.field.php
public
|
|
public
mixed
|
|
public
|
|
public
mixed
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
Ambigous
|
|
public
Ambigous
|
|
public static
|
|
public static
array
|
|
public static
array
|
|
public static
string
|
|
public
string
|
|
public
|
#
getDbDataType( )
Returns a string describing this fields database data type as used in MySQL CREATE and ALTER TABLE statements. |
public
|
|
public
|
|
public
array
|
_getPropertiesCollectionInstance(),
_getSecondDBInstance(),
escape()
|
_executeCallbacks(),
register(),
unregister()
|
integer |
VARCHAR_SIZE
|
255 |
#
size to use for VARCHAR fields Remember: the maximum row size for the used table type, not counting BLOBs, is 65535. TODO PIFA should be able to calculate the size for one record by the size of its fields and handle it accordingly. |
integer |
INPUTTEXT
|
1 |
|
integer |
TEXTAREA
|
2 |
|
integer |
INPUTPASSWORD
|
3 |
|
integer |
INPUTRADIO
|
4 |
|
integer |
INPUTCHECKBOX
|
5 |
|
integer |
SELECT
|
6 |
|
integer |
SELECTMULTI
|
7 |
|
integer |
DATEPICKER
|
8 |
|
integer |
INPUTFILE
|
9 |
|
integer |
PROCESSBAR
|
10 |
|
integer |
SLIDER
|
11 |
|
integer |
BUTTONSUBMIT
|
13 |
|
integer |
BUTTONRESET
|
14 |
|
integer |
BUTTONBACK
|
15 |
|
integer |
MATRIX
|
16 |
|
integer |
PARA
|
17 |
#
A text to be displayed between form fields. It's no form field on its own but should be handled like one. |
integer |
INPUTHIDDEN
|
18 |
|
integer |
FIELDSET_BEGIN
|
19 |
|
integer |
FIELDSET_END
|
20 |
CREATE_BEFORE,
CREATE_FAILURE,
CREATE_SUCCESS,
DELETE_BEFORE,
DELETE_FAILURE,
DELETE_SUCCESS,
STORE_BEFORE,
STORE_FAILURE,
STORE_SUCCESS
|
private
mixed
|
$_value | NULL |
|
private
array
|
$_file | NULL |
$_arrInFilters,
$_arrOutFilters,
$_lastSQL,
$_metaObject,
$modifiedValues,
$oldPrimaryKey,
$values
|
$_className,
$_oCache,
$_settings,
$db,
$lasterror,
$primaryKey,
$properties,
$secondDb,
$table,
$virgin
|