SourceForge.net LogoPHPGallue
[ class tree: gallue ] [ index: gallue ] [ all elements ]

Class: GALGlobals

Source Location: /gallue/gallerybase.inc.php

Class Overview

GALGallery
   |
   --GALGlobals

Extend GALGallery with a GALGlobalvars reference.


Variables

Methods


Inherited Variables

Inherited Methods

Class: GALGallery

GALGallery::__construct()
GALGallery::addTemporaryFile()
GALGallery::buildCategories()
Constructs the categories table.
GALGallery::buildComments()
Constructs the comments table.
GALGallery::buildFilms()
Constructs the films table.
GALGallery::buildGroups()
Constructs the groups table.
GALGallery::buildHelp()
Constructs the help table.
GALGallery::buildImages()
Constructs the images table.
GALGallery::buildInstances()
Constructs the instacnes table.
GALGallery::buildJobs()
Constructs the jobs table.
GALGallery::buildLogins()
Constructs the logins table.
GALGallery::buildNodes()
Constructs the nodes table.
GALGallery::buildSeries()
Constructs the series table.
GALGallery::buildTokens()
Constructs the tokens table.
GALGallery::buildUsers()
Constructs the users table.
GALGallery::guessMIME()
Guesses the MIME type of the given file.
GALGallery::processJobs()
Checks if there are jobs to process and executes them if necessary.
GALGallery::unlinkRecursive()
GALGallery::__destruct()
GALGallery::__get()
Magic method to access proeprties.

Class Details

[line 30]
Extend GALGallery with a GALGlobalvars reference.

This subclass adds a reference to a GALGlobalvars object that parses GET, POST and COOKIE data. It also implements autoloading classes that are part of package gallue.




[ Top ]


Class Variables

$globalvars =

[line 35]

Filtered GET, POST and COOKIE parameters.



Tags:

access:  public

Type:   GALGlobalVars


[ Top ]

$lastmod =  0

[line 47]

Time of last significant source code modification.



Tags:

var:  UNIX-timestamp
access:  public

Type:   int


[ Top ]

$page =

[line 42]

The page with it's main parts.

The reference is used to display messages using GALSkeleton::message() and GALSkeleton::error()




Tags:

access:  public

Type:   GALSkeleton


[ Top ]



Class Methods


static method autoload [line 80]

static void autoload( string $classname)

Load the file where $classname is declared.

This method is used to load the subclasses of GALItem_frontend. The search path is read from the config file and the file "$searchpath/$classname.inc.php" is required once.




Parameters:

string   $classname   The name of the class to load.

[ Top ]

constructor __construct [line 62]

GALGlobals __construct( string $configPath, $page, string $phpIncludePath)

Initializes.

This method initializes the $globalvars and $page properties.




Overrides GALGallery::__construct() (parent method not documented)

Parameters:

string   $phpIncludePath   See GALGallery.
string   $configPath   See GALGallery.
GALSkeleton   $page   The $page property.

[ Top ]


Documentation generated on Wed, 16 Aug 2006 15:36:01 +0200 by phpDocumentor 1.3.0RC6