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