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) |
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.
$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' |
$l10n = new L10n($path, $domain) |