phpDocumentor GloryLands
System
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

Class: GL

Source Location: /engine/lib/system/gl.php

Class GL

Class Overview

Glorylands Core Namespace This static class provides the root management functions of the whole glorylands system.

Glorylands Core Namespace This static class provides the root management functions of the whole glorylands system. In order to run the game you should run: GL::initialize(); GL::process(); GL::render(); and GL::finalize(); If you forget to call finalize, it will be called upon shutdown. Also, you don't need to call the initialize() function if you initialized the system with bootstrap.

Located in /engine/lib/system/gl.php [line 54]



		
				Author(s):
		
Information Tags:
Version:  1.0

Properties

Methods

[ Top ]
Property Summary
static DBJet   $db   A shortcut to the main project database (Configured by the db.
static GLDataset   $stream   The response stream data buffer

[ Top ]
Method Summary
static void   finalize()  
static void   initialize()   Initialize glorylands
static void   process()  
static void   render()  

[ Top ]
Properties
static DBJet   $db [line 60]

A shortcut to the main project database (Configured by the db.

A shortcut to the main project database (Configured by the db.php)

API Tags:
Access:  public


[ Top ]
static GLDataset   $stream [line 66]

The response stream data buffer

The response stream data buffer

API Tags:
Access:  public


[ Top ]
Methods
static method finalize  [line 98]

  static void finalize( )


API Tags:
Access:  public


[ Top ]
static method initialize  [line 71]

  static void initialize( )

Initialize glorylands

Initialize glorylands


API Tags:
Access:  public


[ Top ]
static method process  [line 89]

  static void process( )


API Tags:
Access:  public


[ Top ]
static method render  [line 93]

  static void render( )


API Tags:
Access:  public


[ Top ]

Documentation generated on Tue, 13 Oct 2009 23:48:56 +0300 by phpDocumentor 1.4.1