Class: Registry

Source Location: /class_registry.php

Class Overview [line 13]


Registry methods.

Author(s):

  • Elpidio Latorilla

Version:

  • beta 1.0.08

Copyright:

  • 2002,2003 Elpidio Latorilla

Variables

Methods


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:

[ 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 ]


Documentation generated on Sun, 16 Nov 2003 01:03:00 +0100 by phpDocumentor 1.2.3