| 123456789101112131415161718192021222324252627282930 |
- <?php
- /**
- * 洛阳赤炎鹰网络科技有限公司
- * https://www.cyyvip.com
- * Copyright (c) 2022 赤店商城 All rights reserved.
- */
- return array(
- // 邮件
- 'PHPMailer' => SPAPP_PATH . 'Lib/Util/class.phpmailer.php',
- // Pclzip
- 'Pclzip' => SPAPP_PATH . 'Lib/Util/Pclzip.class.php',
- // 文件操作类 Dir
- "Dir" => SPAPP_PATH . 'Lib/Util/Dir.class.php',
- // 树
- "Tree" => SPAPP_PATH . 'Lib/Util/Tree.class.php',
- // 树
- "PathTree" => SPAPP_PATH . 'Lib/Util/PathTree.class.php',
-
- "Curl" => SPAPP_PATH . 'Lib/Util/Curl.class.php',
-
- // 分页类
- "Page" => SPAPP_PATH . 'Lib/Util/Page.class.php',
-
- "phpQuery" => SPAPP_PATH . 'Lib/Extend/phpQuery/phpQuery.php',
-
- "ThinkOauth" => SPAPP_PATH . 'Lib/Extend/ThinkSDK/ThinkOauth.class.php',
-
- // PHPZip
- "phpzip" => SPAPP_PATH . 'Lib/Util/phpzip.php'
- );
|