Class: GenericElement
Source Location: /blogs/inc/generic/model/_genericelement.class.php
Class GenericElement
Class Overview
|
User Element Generic Element of users with specific permissions. Located in /blogs/inc/generic/model/_genericelement.class.php [line 45] DataObject | --GenericElementAuthor(s):
|
[ Top ]
Direct descendents
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObject |
Inherited From DataObject
|
[ Top ]
Method Summary
| GenericElement | GenericElement() | Constructor |
| void | disp_form() | TODO |
| string | get_name() | Template function: return name of item |
| boolean | load_from_Request() | Load data from Request form fields. |
[ Top ]
Methods
Constructor GenericElement [line 64]
|
Constructor
Parameters:| string | $tablename: | Name of table in database |
| string | $prefix: | Prefix of fields in the table |
| string | $dbIDname: | Name of the ID field (including prefix) |
| object DB | $db_row: | row |
[ Top ]
get_name [line 146]
|
Template function: return name of item
Parameters:| string | $format: | Output format, see format_to_output() |
[ Top ]
