Legend of the Green Dragon

Kernel extends Kernel Uses MicroKernelTrait

Table of Contents

COPYRIGHT  = 'Game Design and Code: Copyright © 2002-2005, Eric Stevens & JT Traub, © 2006-2007, Dragonprime Development Team, © 2015-2019 IDMarinas remodelling and enhancing'
This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is copyright as per below.
EXTRA_VERSION  = ''
FILE_DB_CONNECT  = 'config/autoload/local/dbconnect.php'
LICENSE  = " <!-- Creative Commons License --> <a rel='license' href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'><img clear='right' align='left' alt='Creative Commons License' border='0' src='images/somerights20.gif' /></a> This work is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'>Creative Commons License</a>.<br /> <!-- /Creative Commons License --> <!-- <rdf:RDF xmlns='http://web.resource.org/cc/' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <Work rdf:about=''> <dc:type rdf:resource='http://purl.org/dc/dcmitype/Interactive' /> <license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/2.0/' /> </Work> <License rdf:about='http://creativecommons.org/licenses/by-nc-sa/2.0/'> <permits rdf:resource='http://web.resource.org/cc/Reproduction' /> <permits rdf:resource='http://web.resource.org/cc/Distribution' /> <requires rdf:resource='http://web.resource.org/cc/Notice' /> <requires rdf:resource='http://web.resource.org/cc/Attribution' /> <prohibits rdf:resource='http://web.resource.org/cc/CommercialUse' /> <permits rdf:resource='http://web.resource.org/cc/DerivativeWorks' /> <requires rdf:resource='http://web.resource.org/cc/ShareAlike' /> </License> </rdf:RDF> --> "
This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is licensed according to the Creating Commons Attribution Non-commercial Share-alike license. The terms of this license must be followed for you to legally use or distribute this software. This license must be used on the distribution of any works derived from this work. This license text may not be removed nor altered in any way.
MAJOR_VERSION  = 5
MINOR_VERSION  = 1
RELEASE_VERSION  = 0
TEXT_DOMAIN_DEFAULT  = 'app_default'
VERSION  = '5.1.0 IDMarinas Edition'
VERSION_ID  = 50100
VERSION_NUMBER  = self::VERSION_ID
getProjectDir()  : string
{@inheritdoc}
configureContainer()  : void
configureRoutes()  : void

Constants

This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is copyright as per below.

public string COPYRIGHT = 'Game Design and Code: Copyright &copy; 2002-2005, Eric Stevens & JT Traub, &copy; 2006-2007, Dragonprime Development Team, &copy; 2015-2019 IDMarinas remodelling and enhancing'

You are prohibited by law from removing or altering this copyright information in any fashion except as follows: if you have added functionality to the code, you may append your name at the end indicating which parts are copyright by you. Eg: Copyright 2002-2004, Game: Eric Stevens & JT Traub, modified by Your Name.

EXTRA_VERSION

public mixed EXTRA_VERSION = ''

FILE_DB_CONNECT

public mixed FILE_DB_CONNECT = 'config/autoload/local/dbconnect.php'

LICENSE

This series of scripts (collectively known as Legend of the Green Dragon or LotGD) is licensed according to the Creating Commons Attribution Non-commercial Share-alike license. The terms of this license must be followed for you to legally use or distribute this software. This license must be used on the distribution of any works derived from this work. This license text may not be removed nor altered in any way.

public string LICENSE = " <!-- Creative Commons License --> <a rel='license' href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'><img clear='right' align='left' alt='Creative Commons License' border='0' src='images/somerights20.gif' /></a> This work is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-nc-sa/2.0/' target='_blank' rel='noopener noreferrer'>Creative Commons License</a>.<br /> <!-- /Creative Commons License --> <!-- <rdf:RDF xmlns='http://web.resource.org/cc/' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <Work rdf:about=''> <dc:type rdf:resource='http://purl.org/dc/dcmitype/Interactive' /> <license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/2.0/' /> </Work> <License rdf:about='http://creativecommons.org/licenses/by-nc-sa/2.0/'> <permits rdf:resource='http://web.resource.org/cc/Reproduction' /> <permits rdf:resource='http://web.resource.org/cc/Distribution' /> <requires rdf:resource='http://web.resource.org/cc/Notice' /> <requires rdf:resource='http://web.resource.org/cc/Attribution' /> <prohibits rdf:resource='http://web.resource.org/cc/CommercialUse' /> <permits rdf:resource='http://web.resource.org/cc/DerivativeWorks' /> <requires rdf:resource='http://web.resource.org/cc/ShareAlike' /> </License> </rdf:RDF> --> "

Please see the file LICENSE for a full textual description of the license.

MAJOR_VERSION

public mixed MAJOR_VERSION = 5

MINOR_VERSION

public mixed MINOR_VERSION = 1

RELEASE_VERSION

public mixed RELEASE_VERSION = ""

TEXT_DOMAIN_DEFAULT

public mixed TEXT_DOMAIN_DEFAULT = 'app_default'

VERSION

public mixed VERSION = '5.1.0 IDMarinas Edition'

VERSION_ID

public mixed VERSION_ID = 50100

VERSION_NUMBER

public mixed VERSION_NUMBER = self::VERSION_ID

Methods

getProjectDir()

{@inheritdoc}

public getProjectDir() : string
Return values
string

configureContainer()

protected configureContainer(ContainerConfigurator $container) : void
Parameters
$container : ContainerConfigurator
Return values
void

configureRoutes()

protected configureRoutes(RoutingConfigurator $routes) : void
Parameters
$routes : RoutingConfigurator
Return values
void

Search results