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
파일 보기 프로젝트 열기: pradosoft/prado