webapp.php File Reference

Go to the source code of this file.

Namespaces

namespace  sample

Enumerations

enum  APP_PATH
enum  APP_URL
enum  UP_PATH
enum  UP_URL
enum  CONFIG_PATH

Variables

 $app_path = dirname(__FILE__)."/"
 $script_name = $_SERVER["SCRIPT_NAME"]
 $app_url = dirname($script_name)
 $up_path = ereg_replace('[^/]+/$', '', APP_PATH)
 $up_url = ereg_replace('[^/]+/$', '', APP_URL)
 $path = APP_PATH.'l10n/'
 $domain = 'books'
 $l10n = new L10n($path, $domain)


Enumeration Type Documentation

enum APP_PATH

Definition at line 35 of file webapp.php.

enum APP_URL

Definition at line 40 of file webapp.php.

enum UP_PATH

Definition at line 44 of file webapp.php.

enum UP_URL

Definition at line 46 of file webapp.php.

enum CONFIG_PATH

Definition at line 49 of file webapp.php.


Variable Documentation

$app_path = dirname(__FILE__)."/"

Definition at line 34 of file webapp.php.

$script_name = $_SERVER["SCRIPT_NAME"]

Definition at line 37 of file webapp.php.

$app_url = dirname($script_name)

Definition at line 38 of file webapp.php.

$up_path = ereg_replace('[^/]+/$', '', APP_PATH)

Definition at line 43 of file webapp.php.

$up_url = ereg_replace('[^/]+/$', '', APP_URL)

Definition at line 45 of file webapp.php.

$path = APP_PATH.'l10n/'

Definition at line 61 of file webapp.php.

$domain = 'books'

Definition at line 62 of file webapp.php.

Referenced by set_locale().

$l10n = new L10n($path, $domain)

Definition at line 63 of file webapp.php.

Referenced by languages::onParse().


Generated on Wed Jan 9 08:27:32 2008 for DokBookWiki by  doxygen 1.5.2