/p2gConfig.php

Description

PHP2Go Web Development Framework

Copyright (c) 2002-2007 Marcos Pont

LICENSE:

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

This library 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Includes
require_once (PHP2GO_ROOT.'core/base/PHP2Go.class.php') (line 48)
require_once (PHP2GO_ROOT.'core/Init.class.php') (line 44)
require_once (PHP2GO_ROOT.'core/Conf.class.php') (line 43)
require_once (PHP2GO_ROOT.'core/ClassLoader.class.php') (line 47)
require_once (PHP2GO_ROOT.'p2gLib.php') (line 42)

Require framework's initialization modules

Constants
IS_PHP5 = (floatval(PHP_VERSION)>=5) (line 37)

Indicates if we're running PHP 5.0.0 or higher

LONG_MAX = is_int(2147483648)?9223372036854775807:2147483647 (line 117)

Highest signed integer

LONG_MIN = -LONG_MAX-1 (line 121)

Lowest signed integer

PHP2GO_ABSOLUTE_PATH = $Conf->getConfig('ABSOLUTE_URI') (line 59)

Represents the frameworks's absolute URI

PHP2GO_CACHE_PATH = PHP2GO_ROOT."cache/" (line 81)

Framework's cache path

PHP2GO_CSS_PATH = PHP2GO_OFFSET_PATH."resources/css/" (line 68)

Framework's CSS path

PHP2GO_DIRECTORY_SEPARATOR = '/' (line 101)

Default directory separator

PHP2GO_I18N_PATTERN = '/#i18n:([^#]+)#/' (line 125)

Internationalization pattern for templates and XML specifications

PHP2GO_ICON_PATH = PHP2GO_OFFSET_PATH."resources/icon/" (line 72)

Framework's icons path

PHP2GO_INCLUDE_KEY = 'php2go' (line 97)

Special key representing framework's modules in import operations

PHP2GO_JAVASCRIPT_PATH = PHP2GO_OFFSET_PATH.($useCompressedJs?"resources/jsrun/":"resources/javascript/") (line 77)

Framework's Javascript libraries path

PHP2GO_MASK_PATTERN = "/^(/^(CPFCNPJ|CURRENCY|DATE|EMAIL|FLOAT|(FLOAT)(\-([1-9][0-9]*)\:([1-9][0-9]*))?|DIGIT|INTEGER|LOGIN|WORD|TIME(?:\-AMPM)?|URL|(ZIP)(\-?([1-9])\:?([1-9])))$/" (line 129)

Input masks pattern

PHP2GO_OFFSET_PATH = ($offset!==FALSE?$offset:PHP2GO_ABSOLUTE_PATH) (line 64)

Represents the offset between the current dir and the framework's root

PHP2GO_PATH_SEPARATOR = (strtoupper(substr(PHP_OS,0,3))=='WIN'?';':':') (line 105)

Path separator

PHP2GO_RELEASE_DATE = '07/10/2007' (line 93)

Date when latest framework's version was released

PHP2GO_ROOT = str_replace("\\","/",dirname(__FILE__)).'/' (line 33)

Define framework's root folder

PHP2GO_TEMPLATE_PATH = PHP2GO_ROOT."resources/template/" (line 85)

Framework's templates path

PHP2GO_VERSION = '0.5.8' (line 89)

Framework's version

T_BYFILE = 0 (line 109)

Indicates a file name parameter

T_BYVAR = 1 (line 113)

Indicates a string or variable parameter

Documentation generated on Sun, 07 Oct 2007 19:28:10 -0300 by phpDocumentor 1.3.2