Class Location

(line 15)

Description


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

Location Library


Class Variables

Summary:
Collection[] $Collections
integer $ID
string $Location

$Collections = array() (line 334)

Data type : Collection[]

  • access: - public

$ID = 0 (line 328)

Data type : integer

  • access: - public

$Location = NULL (line 331)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

Summary:
Location Location ([integer|array $ID_or_Row = NULL])
boolean dbDelete ()
boolean dbLoad ()
boolean dbLoadCollections ()
boolean dbStore ()
string toString ()
string __toString ()

Constructor Location (line 31)

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

Location Constructor

If ID is passed as an argument, no data will be loaded until some varation of 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: Location ID or array containing row from tblCol_Locations

Info

  • access - public

Method dbDelete (line 65)

boolean dbDelete( )

Deletes Location from the database

Info

  • access - public

Method dbLoad (line 129)

boolean dbLoad( )

Loads Location from the database

Info

  • access - public

Method dbLoadCollections (line 179)

boolean dbLoadCollections( )

Loads Collections from the database

This function loads collections that fall under this location

Info

  • access - public

Method dbStore (line 209)

boolean dbStore( )

Stores Location to the database

Info

  • access - public

Method toString (line 309)

string toString( )

Generates a formatted string of the Location object

Info

  • access - public
  • todo - Custom Formatting

Method __toString (line 321)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


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