Umil.umil

From phpBB Development Wiki

umil::umil Constructor for the Umil Library.

Contents

Description

string umil::umil ( boolean $stand_alone )

Parameters

Parameter Required/Default Usage
stand_alone default false True to run in stand alone mode
False to run normally

Stand Alone Mode

Stand Alone mode was designed to allow the use of the UMIL Core without any of the additional junk required for a front-end. Thus it does not require any language files, templates, or anything else to run.

When using the Stand Alone Mode you are not required to keep the umil/umil.php file in that specific location; you can move it anywhere and package it along with your modification.

See Also