Class Module

(line 5600)

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 5739)

Data type : ModuleCategory

  • access: - public

$CategoryID = 0 (line 5723)

Data type : integer

  • access: - public

$ID = 0 (line 5718)

Data type : integer

  • access: - public

$Module = NULL (line 5728)

Data type : string

  • access: - public

$Script = NULL (line 5733)

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 5616)

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 5650)

boolean dbLoad( )

Loads Module

Info

  • access - public

Method __toString (line 5706)

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 Fri, 06 Apr 2007 12:12:15 -0500 by phpDocumentor 1.3.1