Class TApplicationMode
TApplicationMode class. TApplicationMode defines the possible mode that an application can be set at by setting TApplication::setMode Mode. In particular, the following modes are defined
- Off: the application is not running. Any request to the application will obtain an error.
- Debug: the application is running in debug mode.
- Normal: the application is running in normal production mode.
- Performance: the application is running in performance mode.
- TEnumerable implements Iterator
-
TApplicationMode
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at TApplication.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at TApplication.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Off |
'Off' |
|
string |
Debug |
'Debug' |
|
string |
Normal |
'Normal' |
|
string |
Performance |
'Performance' |