nyroFwk
0.2
|
Public Member Functions | |
fillValues () | |
getForm () | |
hasValues () | |
getWhere () | |
getLabel ($name) | |
clearLink () | |
to ($type) | |
toHtml () | |
__toString () | |
getAttr ($name) | |
setAttr ($name, $value) | |
getCfg () | |
Protected Member Functions | |
afterInit () | |
initForm () | |
beforeInit () | |
Protected Attributes | |
$form | |
$table | |
$session | |
$hasValues = false | |
$cfg | |
Helper to create a db filter form
Definition at line 10 of file filterTable.class.php.
__toString | ( | ) |
Create the data Table out regarding the request out
Definition at line 290 of file filterTable.class.php.
|
protected |
Definition at line 40 of file filterTable.class.php.
|
protectedinherited |
Call just before the configuration initialisation
Definition at line 35 of file object.class.php.
clearLink | ( | ) |
fillValues | ( | ) |
Definition at line 106 of file filterTable.class.php.
|
inherited |
Get an attribute
string | $name | Attribute name |
Definition at line 48 of file object.class.php.
|
inherited |
getForm | ( | ) |
getLabel | ( | $name | ) |
Get the label for a fieldname or a tablename
string | $name |
Definition at line 249 of file filterTable.class.php.
getWhere | ( | ) |
Get the where clause
Definition at line 149 of file filterTable.class.php.
hasValues | ( | ) |
Indicates if the form fomter has values or not
Definition at line 140 of file filterTable.class.php.
|
protected |
Init the filter form
Definition at line 59 of file filterTable.class.php.
|
inherited |
Set an attribute
string | $name | Attribute name |
mixed | $value | Attribute value |
Definition at line 58 of file object.class.php.
to | ( | $type | ) |
Create the data Table out
string | $type | Out type |
Definition at line 272 of file filterTable.class.php.
toHtml | ( | ) |
|
protectedinherited |
Definition at line 17 of file object.class.php.
|
protected |
Definition at line 17 of file filterTable.class.php.
Definition at line 38 of file filterTable.class.php.
|
protected |
Definition at line 31 of file filterTable.class.php.
|
protected |
Definition at line 24 of file filterTable.class.php.