File/p4a/config.php

Description

P4A - PHP For Applications.

p4a configuration keeper. It's possible to override any p4a constant. Any P4A constant start with "P4A_" token URI Naming:

P4A_*_DIR = naming for directories URI. E.g.: /home/http/p4a
P4A_*_FILE = naming for files URI. E.g.: /home/http/p4a/index.php
P4A_*_PATH = naming for server document root relatives URI. E.g.: /p4a/index.php
P4A_*_URL = naming for http URI. E.g.: http://localhost/index.php

Note: URL + PATH = URL
DIR + PATH = DIR

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

To contact the authors write to:
CreaLabs
Via Medail, 32
10144 Torino (Italy)
Web: http://www.crealabs.it
E-mail: info@crealabs.it

The latest version of p4a can be obtained from: http://p4a.sourceforge.net

Constants
ABORT = 'P4A_ABORT' (line 282)
P4A_APPLICATION_DIR = P4A_SERVER_DIR.str_replace('/','\\',P4A_APPLICATION_PATH) (line 144)
P4A_APPLICATION_LIBRARIES_DIR = P4A_SERVER_DIR.P4A_APPLICATION_LIBRARIES_PATH (line 160)
P4A_APPLICATION_LIBRARIES_PATH = P4A_APPLICATION_PATH.'/libraries/' (line 156)
P4A_APPLICATION_LIBRARIES_URL = P4A_SERVER_URL.P4A_APPLICATION_LIBRARIES_PATH (line 164)
P4A_APPLICATION_LOCALES_DIR = P4A_APPLICATION_DIR.'/i18n' (line 257)
P4A_APPLICATION_LOCALES_PATH = P4A_APPLICATION_PATH.'/i18n' (line 253)
P4A_APPLICATION_LOCALES_URL = P4A_APPLICATION_URL.'/i18n' (line 261)
P4A_APPLICATION_NAME = $aCwd[(sizeof($aCwd)-1)] (line 83)
P4A_APPLICATION_PATH = $tmp_dir (line 139)
P4A_APPLICATION_URL = P4A_SERVER_URL.P4A_APPLICATION_PATH (line 151)
P4A_COMPILE_DIR = ini_get('session.save_path')._DS_.'p4a_'.str_replace(_DS_,"_",str_replace(':','',P4A_APPLICATION_DIR)) (line 240)
P4A_DATE = '%Y-%m-%d' (line 283)
P4A_DATETIME = '%Y-%m-%d %H:%M:%S' (line 285)
P4A_DENIED_EXTENSIONS = 'php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi' (line 275)
P4A_EXTENDED_ERRORS = false (line 271)
P4A_FORCE_HANDHELD_RENDERING = false (line 266)
P4A_GD = true (line 289)
P4A_ICONS_DIR = P4A_ROOT_DIR.P4A_ICONS_PATH (line 224)
P4A_ICONS_EXTENSION = 'png' (line 235)
P4A_ICONS_NAME = 'default' (line 215)
P4A_ICONS_PATH = P4A_ROOT_PATH.'/icons/'.P4A_ICONS_NAME (line 219)
P4A_ICONS_URL = P4A_ROOT_URL.P4A_ICONS_PATH (line 231)
P4A_IN_DOCUMENT_ROOT = false (line 107)
P4A_LIBRARIES_DIR = P4A_ROOT_DIR.'/libraries' (line 125)
P4A_LIBRARIES_PATH = P4A_ROOT_PATH.'/libraries' (line 121)
P4A_LIBRARIES_URL = P4A_SERVER_URL.P4A_LIBRARIES_PATH (line 129)
P4A_LOCALE = 'en_US' (line 249)
P4A_NULL = 'P4A_NULL' (line 280)
P4A_ORDER_ASCENDING = 'ASC' (line 278)
P4A_ORDER_DESCENDING = 'DESC' (line 279)
P4A_OS = 'windows' (line 59)
P4A_PASSWORD_OBFUSCATOR = '**********' (line 76)
P4A_ROOT_DIR = dirname(dirname(realpath(__FILE__))) (line 102)
P4A_ROOT_PATH = "/p4a" (line 108)
P4A_ROOT_URL = P4A_SERVER_URL.P4A_ROOT_PATH (line 116)
P4A_SERVER_DIR = realpath($_SERVER['DOCUMENT_ROOT']) (line 97)
P4A_SERVER_NAME = $_SERVER['SERVER_NAME'] (line 89)
P4A_SERVER_URL = 'http://'.$_SERVER['SERVER_NAME'] (line 93)
P4A_THEMES_DIR = P4A_ROOT_DIR.P4A_THEMES_PATH (line 193)
P4A_THEMES_PATH = P4A_ROOT_PATH.'/themes' (line 188)
P4A_THEME_DIR = P4A_ROOT_DIR._DS_.'themes'._DS_.P4A_THEME_NAME (line 207)
P4A_THEME_NAME = 'default' (line 198)
P4A_THEME_PATH = P4A_THEMES_PATH.'/'.P4A_THEME_NAME (line 202)
P4A_TIME = '%H:%M:%S' (line 284)
P4A_UPLOADS_DIR = P4A_SERVER_DIR.P4A_UPLOADS_PATH (line 173)
P4A_UPLOADS_PATH = P4A_APPLICATION_PATH.'/uploads' (line 169)
P4A_UPLOADS_TMP_DIR = P4A_SERVER_DIR.P4A_UPLOADS_TMP_PATH (line 183)
P4A_UPLOADS_TMP_NAME = 'tmp' (line 181)
P4A_UPLOADS_TMP_PATH = P4A_UPLOADS_PATH.'/'.P4A_UPLOADS_TMP_NAME (line 182)
P4A_UPLOADS_TMP_URL = P4A_SERVER_URL.P4A_UPLOADS_TMP_PATH (line 184)
P4A_UPLOADS_URL = P4A_UPLOADS_PATH (line 177)
PROCEED = 'P4A_PROCEED' (line 281)
_DS_ = DIRECTORY_SEPARATOR (line 67)
_SSS_ = PATH_SEPARATOR (line 72)

Documentation generated on Fri, 26 May 2006 12:43:04 +0200 by phpDocumentor 1.3.0RC5