NacoWiki PHP API

nacowiki.php

Canonical name of the NacoWiki application

Table of Contents

Classes

NacoWikiApp
Main Application class

Constants

APP_DIR  : string = \dirname(\realpath(__FILE__)) . '/'
Current application code directory.
APP_NAME  : string = 'NacoWiki'
Canonical name of the NacoWiki application
APP_URL  : string = 'https://github.com/iliu-net/NacoWiki/'
URL of the NacoWiki application
APP_VERSION  : string = \trim(\file_get_contents(\dirname(\realpath(__F...
NacoWiki Application version
EM_NONE  : mixed = 0
Used by NacoWikiApp::errMsg to indicate that no special processing is needed
EM_PHPERR  : int = 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
On this page

Search results