[php2go] element index

Package indexes

All elements
c d e f g h i j l n p r s t u _
_
top
$_Conf
Init::$_Conf in Init.class.php
Reference to the singleton of the Conf class
$_dateFormatTable
Init::$_dateFormatTable in Init.class.php
Date format settings table
$_Lang
Init::$_Lang in Init.class.php
Refernce to the singleton of the LanguageBase class
$_localeTable
Init::$_localeTable in Init.class.php
Available set of locales
$_Negotiator
Init::$_Negotiator in Init.class.php
Reference to the singleton of the LocaleNegotiator class
_applyLocale
Init::_applyLocale() in Init.class.php
Apply a given language code
_checkAbsoluteUri
Init::_checkAbsoluteUri() in Init.class.php
Check if the ABSOLUTE_URI configuration setting is present and represents a valid absolute or relative URL
_checkPhpVersion
Init::_checkPhpVersion() in Init.class.php
Check if the running PHP version satisfies the minimum requirement of the framework
_compare
LocaleNegotiator::_compare() in LocaleNegotiator.class.php
Search for a value inside an array, using binary safe and case insensitive comparison
_initConfig
Init::_initConfig() in Init.class.php
Initialize the configuration settings
_initDateFormat
Init::_initDateFormat() in Init.class.php
Initializes date format settings
_initLocale
Init::_initLocale() in Init.class.php
Initialize locale and language settings
_initSession
Init::_initSession() in Init.class.php
Initializes the session
_isReadable
ClassLoader::_isReadable() in ClassLoader.class.php
Check if a given file path is readable
_loadLanguageDomain
LanguageBase::_loadLanguageDomain() in LanguageBase.class.php
Loads a given language domain
_parseHeader
LocaleNegotiator::_parseHeader() in LocaleNegotiator.class.php
Internal method that parses Accept-* headers
_registerIncludePath
ClassLoader::_registerIncludePath() in ClassLoader.class.php
Register a new entry in PHP's include_path directive
_translateDotPath
ClassLoader::_translateDotPath() in ClassLoader.class.php
Translate a dot path into a file system path
_validatePath
ClassLoader::_validatePath() in ClassLoader.class.php
Checks if a directory or file path is valid
__
__() in p2gLib.php
Shortcut function to retrieve the value of a language entry
__autoload
__autoload() in p2gLib.php
Autoload interceptor
__v
__v() in p2gLib.php
Used by template engine to print variable values
c
top
$charset
Init::$charset in Init.class.php
Charset code
$charsets
LocaleNegotiator::$charsets in LocaleNegotiator.class.php
Set of supported charsets
$config
Conf::$config in Conf.class.php
Configuration settings
classForPath
classForPath() in p2gLib.php
Imports and returns the class name given a class dot path
ClassLoader
ClassLoader in ClassLoader.class.php
Loader for class and library files
ClassLoader
ClassLoader::ClassLoader() in ClassLoader.class.php
Class constructor
clearLanguageBase
LanguageBase::clearLanguageBase() in LanguageBase.class.php
Clear all loaded language entries
Conf
Conf in Conf.class.php
Read and write global configuration settings
Conf
Conf::Conf() in Conf.class.php
Class constructor
consumeArray
consumeArray() in p2gLib.php
Read a key from an array, and remove it
ClassLoader.class.php
ClassLoader.class.php in ClassLoader.class.php
Conf.class.php
Conf.class.php in Conf.class.php
d
top
dbErrorHandler
dbErrorHandler() in p2gLib.php
Default handler for database errors
destroyPHP2GoObjects
Calls registered destructors and shutdown functions
dumpArray
dumpArray() in p2gLib.php
Returns or prints a human readable version of an array
dumpVariable
dumpVariable() in p2gLib.php
Dumps a variable, using pre tags
e
top
exportVariable
exportVariable() in p2gLib.php
Returns the human readable representation of a variable
f
top
findArrayPath
findArrayPath() in p2gLib.php
Find a path in a multidimensional array
g
top
getAll
Conf::getAll() in Conf.class.php
Get all configuration settings
getConfig
Conf::getConfig() in Conf.class.php
Get a configuration setting
getConnectionParameters
Get database connection settings for a given connetion ID
getInstance
LocaleNegotiator::getInstance() in LocaleNegotiator.class.php
Get the singleton of the LocaleNegotiator class
getInstance
LanguageBase::getInstance() in LanguageBase.class.php
Get the singleton of the LanguageBase class
getInstance
Init::getInstance() in Init.class.php
Get the singleton of the class
getInstance
ClassLoader::getInstance() in ClassLoader.class.php
Get the singleton of the ClassLoader class
getInstance
Conf::getInstance() in Conf.class.php
Get the singleton of the Conf class
getLanguageValue
LanguageBase::getLanguageValue() in LanguageBase.class.php
Resolve a given language entry
getPhp2GoOffset
getPhp2GoOffset() in p2gLib.php
Calculates the offset between current folder and PHP2Go root
getSupportedCharsets
LocaleNegotiator::getSupportedCharsets() in LocaleNegotiator.class.php
Get supported charset encodings
getSupportedLanguages
LocaleNegotiator::getSupportedLanguages() in LocaleNegotiator.class.php
Get supported language codes
h
top
highlightPHP
highlightPHP() in p2gLib.php
Highlight PHP code
i
top
$importCache
ClassLoader::$importCache in ClassLoader.class.php
Holds dot paths already processed
$importClassCache
ClassLoader::$importClassCache in ClassLoader.class.php
Holds class dot paths already processed
Init.class.php
Init.class.php in Init.class.php
import
import() in p2gLib.php
Imports a class or file, given its "dot path"
importFile
importFile() in p2gLib.php
Imports a file given its path
importPath
ClassLoader::importPath() in ClassLoader.class.php
Import the file(s) pointed by the given path
includeFile
includeFile() in p2gLib.php
Includes a file given its path
Init
Init in Init.class.php
Initializes the framework
Init
Init::Init() in Init.class.php
Class constructor
IS_PHP5
IS_PHP5 in p2gConfig.php
Indicates if we're running PHP 5.0.0 or higher
j
top
jsrsDispatch
jsrsDispatch() in p2gLib.php
Configures a list of JSRS handlers
l
top
$languageBase
LanguageBase::$languageBase in LanguageBase.class.php
Loaded language entries
$languages
LocaleNegotiator::$languages in LocaleNegotiator.class.php
Set of supported languages
$locale
Init::$locale in Init.class.php
Locale code
LanguageBase.class.php
LanguageBase.class.php in LanguageBase.class.php
LocaleNegotiator.class.php
LocaleNegotiator.class.php in LocaleNegotiator.class.php
LanguageBase
LanguageBase::LanguageBase() in LanguageBase.class.php
Class constructor
LanguageBase
LanguageBase in LanguageBase.class.php
Language table manager
loadConfig
Conf::loadConfig() in Conf.class.php
Load a new set of configuration entries from a given file
loadDirectory
ClassLoader::loadDirectory() in ClassLoader.class.php
Include all files inside a given directory
loadFile
ClassLoader::loadFile() in ClassLoader.class.php
Include a file given its path in the file system
loadLanguageTableByFile
LanguageBase::loadLanguageTableByFile() in LanguageBase.class.php
Loads language entries from a file
loadLanguageTableByValue
Add/replace a set of language entries in a given language domain
LocaleNegotiator
LocaleNegotiator::LocaleNegotiator() in LocaleNegotiator.class.php
Class constructor
LocaleNegotiator
LocaleNegotiator in LocaleNegotiator.class.php
Negotiates locale and charset based on HTTP headers
LONG_MAX
LONG_MAX in p2gConfig.php
Highest signed integer
LONG_MIN
LONG_MIN in p2gConfig.php
Lowest signed integer
n
top
negotiateCharset
LocaleNegotiator::negotiateCharset() in LocaleNegotiator.class.php
Negotiate the charset encoding
negotiateLanguage
LocaleNegotiator::negotiateLanguage() in LocaleNegotiator.class.php
Negotiate the language code
p
top
p2gConfig.php
p2gConfig.php in p2gConfig.php
p2gLib.php
p2gLib.php in p2gLib.php
php2GoAssertionHandler
Custom handler for assertion errors
php2GoErrorHandler
php2GoErrorHandler() in p2gLib.php
Framework's custom error handler
PHP2GO_ABSOLUTE_PATH
PHP2GO_ABSOLUTE_PATH in p2gConfig.php
Represents the frameworks's absolute URI
PHP2GO_CACHE_PATH
PHP2GO_CACHE_PATH in p2gConfig.php
Framework's cache path
PHP2GO_CONFIG_FILE_NAME
PHP2GO_CONFIG_FILE_NAME in Init.class.php
Default configuration file name
PHP2GO_CSS_PATH
PHP2GO_CSS_PATH in p2gConfig.php
Framework's CSS path
PHP2GO_DEFAULT_CHARSET
PHP2GO_DEFAULT_CHARSET in Init.class.php
Default charset
PHP2GO_DEFAULT_LANGUAGE
PHP2GO_DEFAULT_LANGUAGE in Init.class.php
Default language code
PHP2GO_DIRECTORY_SEPARATOR
Default directory separator
PHP2GO_I18N_PATTERN
PHP2GO_I18N_PATTERN in p2gConfig.php
Internationalization pattern for templates and XML specifications
PHP2GO_ICON_PATH
PHP2GO_ICON_PATH in p2gConfig.php
Framework's icons path
PHP2GO_INCLUDE_KEY
PHP2GO_INCLUDE_KEY in p2gConfig.php
Special key representing framework's modules in import operations
PHP2GO_JAVASCRIPT_PATH
PHP2GO_JAVASCRIPT_PATH in p2gConfig.php
Framework's Javascript libraries path
PHP2GO_MASK_PATTERN
PHP2GO_MASK_PATTERN in p2gConfig.php
Input masks pattern
PHP2GO_OFFSET_PATH
PHP2GO_OFFSET_PATH in p2gConfig.php
Represents the offset between the current dir and the framework's root
PHP2GO_PATH_SEPARATOR
PHP2GO_PATH_SEPARATOR in p2gConfig.php
Path separator
PHP2GO_RELEASE_DATE
PHP2GO_RELEASE_DATE in p2gConfig.php
Date when latest framework's version was released
PHP2GO_ROOT
PHP2GO_ROOT in p2gConfig.php
Define framework's root folder
PHP2GO_TEMPLATE_PATH
PHP2GO_TEMPLATE_PATH in p2gConfig.php
Framework's templates path
PHP2GO_VERSION
PHP2GO_VERSION in p2gConfig.php
Framework's version
println
println() in p2gLib.php
Utility function to print a value and a line break
r
top
resetLocale
Init::resetLocale() in Init.class.php
Reset the language settings
resolveBooleanChoice
Resolves strings representing a boolean choice: T or F
resolveI18nEntry
resolveI18nEntry() in p2gLib.php
Resolves language entries
s
top
setConfig
Conf::setConfig() in Conf.class.php
Create or replace a single configuration entry or a set of entries
setLocale
Init::setLocale() in Init.class.php
Change the active locale
setupError
setupError() in p2gLib.php
Displays a setup error
t
top
T_BYFILE
T_BYFILE in p2gConfig.php
Indicates a file name parameter
T_BYVAR
T_BYVAR in p2gConfig.php
Indicates a string or variable parameter
u
top
userConfig.php
userConfig.php in userConfig.php
c d e f g h i j l n p r s t u _