Class TApplicationMode

Description

TApplicationMode class.

TApplicationMode defines the possible mode that an application can be set at by setting TApplication::setMode. 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.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TApplication.php 3151 2012-05-29 09:52:51Z ctrlaltca $
  • since: 3.0.4

Located in /TApplication.php (line 1255)

TEnumerable
   |
   --TApplicationMode
Class Constant Summary
 Debug = 'Debug'
 Normal = 'Normal'
 Off = 'Off'
 Performance = 'Performance'
Methods
Class Constants
Debug = 'Debug' (line 1258)
Normal = 'Normal' (line 1259)
Off = 'Off' (line 1257)
Performance = 'Performance' (line 1260)

Documentation generated on Mon, 25 Jun 2012 14:37:18 +0200 by phpDocumentor 1.4.3