Class Module

(line 5358)

Description


Located in File: /lib/archon.inc.php

Module Object Definition


Class Variables

Summary:
integer $CategoryID
integer $ID
string $Module
string $Script

$Category = 0 (line 5497)

Data type : ModuleCategory

  • access: - public

$CategoryID = 0 (line 5481)

Data type : integer

  • access: - public

$ID = 0 (line 5476)

Data type : integer

  • access: - public

$Module = NULL (line 5486)

Data type : string

  • access: - public

$Script = NULL (line 5491)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

Summary:
Module Module ([integer|array $ID_or_Row = NULL])
boolean dbLoad ()
string __toString ()

Constructor Module (line 5374)

Module Module( [integer|array $ID_or_Row = NULL])

Module Constructor

If ID is passed as an argument, no data will be loaded until dbLoad is called.

If a table row is passed as an argument, the array will be parsed, and object variables will be assigned.

Parameters

  • integer|array $ID_or_Row: Module ID or array containing row from tblArchon_Modules

Info

  • access - public

Method dbLoad (line 5408)

boolean dbLoad( )

Loads Module

Info

  • access - public

Method __toString (line 5464)

string __toString( )

Outputs Module if Module is cast to string

Info

  • access - public
  • magic -

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Wed, 17 Jan 2007 16:25:14 -0600 by phpDocumentor 1.3.1