GenericOrdered GenericOrdered(
string
$tablename, [string
$prefix = ''], [string
$dbIDname = 'ID'], [object DB
$db_row = NULL]
)
|
|
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 |
Insert object into DB based on previously recorded changes
Redefinition of:
- DataObject::dbinsert()
- Insert object into DB based on previously recorded changes.
void set(
string
$parname, mixed
$parvalue
)
|
|
Set param value
By default, all values will be considered strings
Parameters:
|
string |
$parname: |
parameter name |
|
mixed |
$parvalue: |
parameter value |
Redefinition of:
- DataObject::set()
- Set param value