NWikiApp
Table of Contents
Classes
- NacoWikiApp
- Main Application class
Constants
- APP_DIR = \dirname(\realpath(__FILE__)) . '/'
- Current application code directory.
- APP_NAME = 'NacoWiki'
- Canonical name of the NacoWiki application
- APP_URL = 'https://github.com/iliu-net/NacoWiki/'
- URL of the NacoWiki application
- APP_VERSION = \trim(\file_get_contents(\dirname(\realpath(__FILE__)) . '/VERSION'))
- NacoWiki Application version
- EM_NONE = 0
- Used by NacoWikiApp::errMsg to indicate that no special processing is needed
- EM_PHPERR = 1
- Used by NacoWikiApp::errMsg to indicate that PHP Error needs to be displayed
Constants
APP_DIR
Current application code directory.
public
string
APP_DIR
= \dirname(\realpath(__FILE__)) . '/'
APP_NAME
Canonical name of the NacoWiki application
public
string
APP_NAME
= 'NacoWiki'
APP_URL
URL of the NacoWiki application
public
string
APP_URL
= 'https://github.com/iliu-net/NacoWiki/'
APP_VERSION
NacoWiki Application version
public
string
APP_VERSION
= \trim(\file_get_contents(\dirname(\realpath(__FILE__)) . '/VERSION'))
EM_NONE
Used by NacoWikiApp::errMsg to indicate that no special processing is needed
public
mixed
EM_NONE
= 0
@var int
EM_PHPERR
Used by NacoWikiApp::errMsg to indicate that PHP Error needs to be displayed
public
int
EM_PHPERR
= 1