You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.9 KiB
49 lines
2.9 KiB
2 years ago
|
; +----------------------------------------------------------------------------+
|
||
|
; | This file is part of the LaiKeTui package. |
|
||
|
; | Copyright (c) laiketui.com |
|
||
|
; | |
|
||
|
; | For the full copyright and license information, please view the LICENSE |
|
||
|
; | file that was distributed with this source code. You can also view the |
|
||
|
; | LICENSE file online at http://www.laiketui.com. |
|
||
|
; | -------------------------------------------------------------------------- |
|
||
|
; | MOJAVI AUTO LOAD CONFIGURATION |
|
||
|
; | -------------------------------------------------------------------------- |
|
||
|
; | Any file listed here will automatically be loaded by PHP when the class is |
|
||
|
; | first accessed. This means you do not manually have to include it in your |
|
||
|
; | files. |
|
||
|
; | -------------------------------------------------------------------------- |
|
||
|
; | KEYWORDS: |
|
||
|
; | |
|
||
|
; | The following keywords may exist in file or param values: |
|
||
|
; | |
|
||
|
; | 1. %MO_APP_DIR% |
|
||
|
; | 2. %MO_LIB_DIR% |
|
||
|
; | 3. %MO_MODULE_DIR% |
|
||
|
; | 4. %MO_WEBAPP_DIR% |
|
||
|
; +----------------------------------------------------------------------------+
|
||
|
|
||
|
%MO_APP_DIR%/action/Action.class.php
|
||
|
%MO_APP_DIR%/action/ActionStack.class.php
|
||
|
%MO_APP_DIR%/action/ActionStackEntry.class.php
|
||
|
%MO_APP_DIR%/core/Context.class.php
|
||
|
%MO_APP_DIR%/controller/Controller.class.php
|
||
|
%MO_APP_DIR%/filter/Filter.class.php
|
||
|
%MO_APP_DIR%/filter/ExecutionFilter.class.php
|
||
|
%MO_APP_DIR%/filter/FilterChain.class.php
|
||
|
%MO_APP_DIR%/logging/Appender.class.php
|
||
|
%MO_APP_DIR%/logging/Layout.class.php
|
||
|
%MO_APP_DIR%/logging/Logger.class.php
|
||
|
%MO_APP_DIR%/logging/ErrorLogger.class.php
|
||
|
%MO_APP_DIR%/logging/LoggerManager.class.php
|
||
|
%MO_APP_DIR%/logging/Message.class.php
|
||
|
%MO_APP_DIR%/logging/PatternLayout.class.php
|
||
|
%MO_APP_DIR%/request/Request.class.php
|
||
|
%MO_APP_DIR%/storage/Storage.class.php
|
||
|
%MO_APP_DIR%/user/User.class.php
|
||
|
%MO_APP_DIR%/validator/Validator.class.php
|
||
|
%MO_APP_DIR%/validator/ValidatorManager.class.php
|
||
|
%MO_APP_DIR%/view/View.class.php
|
||
|
|
||
|
; +----------------------------------------------------------------------------+
|
||
|
; | You shouldn't add any custom files to this file. Do so at your own risk. |
|
||
|
; +----------------------------------------------------------------------------+
|