Inherited Variables
Inherited Methods
Class Details
Registry methods.
Note this class should be instantiated only after a "$db" adodb connector object has been established by an adodb instance
Tags:
- copyright - 2002,2003 Elpidio Latorilla
- version - beta 1.0.08
- author - Elpidio Latorilla
[ Top ]
Class Variables
$id =
[line 36]
Record ID buffer
Tags:
- access - private
Type: string
Overrides:
[ Top ]
$result =
[line 26]
SQL query result buffer
Tags:
- var - record object
- access - private
Type: adodb
Overrides:
[ Top ]
$row =
[line 31]
Resulting row buffer
Tags:
- access - private
Type: array
Overrides:
[ Top ]
$tb = 'care_registry'
[line 21]
Table name for registry data
Tags:
- access - private
Type: string
Overrides:
[ Top ]
Class Methods
get
mixed get(
[string
$type = ''])
[line 60]
Gets the registry item.
Tags:
- return - string or boolean
Parameters:
- string $type - Field name of item to be fetched
[ Top ]
setID
boolean setID(
[int
$id = ''])
[line 44]
Sets the id number.
Parameters:
- int $id - Record id
[ Top ]