![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
Dataface_RelatedList (&$record, $relname, $db='') | |
_forwardButtonHtml () | |
_backButtonHtml () | |
renderCell (&$record, $fieldname) | |
toHtml () | |
Data Fields | |
$_tablename | |
$_relationship_name | |
$_relationship | |
$_db | |
$_table | |
$_record | |
$_start | |
$_limit | |
$_where | |
$hideActions = false | |
$noLinks = false |
Definition at line 36 of file RelatedList.php.
_backButtonHtml | ( | ) |
Definition at line 98 of file RelatedList.php.
_forwardButtonHtml | ( | ) |
Definition at line 84 of file RelatedList.php.
Dataface_RelatedList | ( | &$ | record, |
$ | relname, | ||
$ | db = '' |
||
) |
Definition at line 51 of file RelatedList.php.
renderCell | ( | &$ | record, |
$ | fieldname | ||
) |
Definition at line 113 of file RelatedList.php.
toHtml | ( | ) |
Definition at line 125 of file RelatedList.php.
$_db |
Definition at line 41 of file RelatedList.php.
$_limit |
Definition at line 45 of file RelatedList.php.
$_record |
Definition at line 43 of file RelatedList.php.
$_relationship |
Definition at line 40 of file RelatedList.php.
$_relationship_name |
Definition at line 39 of file RelatedList.php.
$_start |
Definition at line 44 of file RelatedList.php.
$_table |
Definition at line 42 of file RelatedList.php.
$_tablename |
Definition at line 38 of file RelatedList.php.
$_where |
Definition at line 46 of file RelatedList.php.
$hideActions = false |
Definition at line 47 of file RelatedList.php.
$noLinks = false |
Definition at line 48 of file RelatedList.php.