bool insert(
xbs_modgenObject
&$obj)
|
|
Write an object back to the database
Overide in ancestor only if you need to add extra process before or after the insert.
Tags:
Parameters:
string _delete(
$cleanVars
$cleanVars)
|
|
return SQL string to delete object from database
OVERIDE in ancestor to provide an UPDATE string for insert function Use the following construct inside your descendent to get data for the SQL string
Tags:
Parameters:
Get data from the database and create a new object with it
Abstract method. Overide in ancestor and supply the sql string to get the data
Tags:
Parameters:
string _ins_insert(
$cleanVars
$cleanVars)
|
|
OVERIDE in ancestor to provide an INSERT string for insert function
Use the following construct inside your descendent to get data for the SQL string
Tags:
Parameters:
string _ins_update(
$cleanVars
$cleanVars)
|
|
OVERIDE in ancestor to provide an UPDATE string for insert function
Use the following construct inside your descendent to get data for the SQL string
Tags:
Parameters: