Zed. The source code to build a world.

do.php

AJAX callbacks

Zed. The immensity of stars. The HyperShip. The people.

(c) 2010, Dereckson, some rights reserved. Released under BSD license.

As main controller could potentially be interrupted (e.g. if site.requests flag is at 1, user is redirected to controllers/userrequest.php), all AJAX queries should be handled by this script and not directly by the controllers.

Standard return values: -7 user is logged but perso isn't selected, -9 user is not logged.

Tags
subpackage

EntryPoints

author

Sébastien Santoro aka Dereckson dereckson@espace-win.org

copyright

2010 Sébastien Santoro aka Dereckson

license

http://www.opensource.org/licenses/bsd-license.php BSD

version
0.1
link
http://scherzo.dereckson.be/doc/zed
link
http://zed.dereckson.be/
filesource

Table of Contents

Classes

Actions
Actions class

Constants

PERSO_NOT_SELECTED  = -7
Magic number which indicates the user is logged in, but haven't selected its perso.
USER_NOT_LOGGED  = -9
Magic number which indicates the user is not logged in.

Constants

PERSO_NOT_SELECTED

Magic number which indicates the user is logged in, but haven't selected its perso.

public mixed PERSO_NOT_SELECTED = -7

USER_NOT_LOGGED

Magic number which indicates the user is not logged in.

public mixed USER_NOT_LOGGED = -9

        
On this page

Search results