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
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