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

Procedural File: glassemblyline.php

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

Page Details

GloryLands Assembly Line

GloryLands Assembly Line

 GloryLands, a Web-Based, Massive Multiplayer Online RPG/Strategy Game
 Copyright (C) 2008-09  John Haralampidis 

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see .

 For any help/suggestions or troubleshooting you can see the
 project community website at 

Author:  John Haralampidis <jïhnys2[at]gmail.cïm>
Version:  1.0
Copyright:  Copyright (C) 2007-2009, John Haralampidis
Filesource:  Source Code for this file
License:  GNU/GPLv3
Classes
Class Description
GLAssemblyLine GloryLands Assembly Line
Constants
GLREQ_API  [line 71]

GLREQ_API = 3

GLREQ_API Flag This flag means that the request is made from GLOO JS API.

GLREQ_API Flag This flag means that the request is made from GLOO JS API. Theese requests, that are performed by the GL.call() function, do not destroy the PHP-side of the DOM. This means that all the classes that were instanced (and utilized the JS that made this request) are still availab.e The reply format depends on the X-GLOO-API value, and it varies between a JSON-Encoded variable dump, an XML document, a url-encoded request or an other form, defined and handled by interrupts. However, each data reply contains:

  • The elementary stream that contains the response to the call
  • The secondary stram that holds all the queued requests/updates to the interface.


[ Top ]

GLREQ_EXT  [line 54]

GLREQ_EXT = 2

GLREQ_EXT Flag This flag means that the request is external.

GLREQ_EXT Flag This flag means that the request is external. An external request is performed when the browser wants to run a module action that does not require a DOM structure. The reply is an HTML document with the desired layout that contans the response data of the executed script.


[ Top ]

GLREQ_ROOT  [line 43]

GLREQ_ROOT = 1

GLREQ_ROOT Flag This flag means that the request is root-type.

GLREQ_ROOT Flag This flag means that the request is root-type. Root-type request means that the PHP-JS objects will be rebuilt and the content will be resynced. The reply is an HTML document with the desired layout that contans the syncronization script.


[ Top ]



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