PHP Класс Prado\TApplicationMode

TApplicationMode defines the possible mode that an application can be set at by setting {@link 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.
С версии: 3.0.4
Автор: Qiang Xue ([email protected])
Наследование: extends TEnumerable
Показать файл Открыть проект