alias.php 912 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * 洛阳赤炎鹰网络科技有限公司
  4. * https://www.cyyvip.com
  5. * Copyright (c) 2022 赤店商城 All rights reserved.
  6. */
  7. return array(
  8. // 邮件
  9. 'PHPMailer' => SPAPP_PATH . 'Lib/Util/class.phpmailer.php',
  10. // Pclzip
  11. 'Pclzip' => SPAPP_PATH . 'Lib/Util/Pclzip.class.php',
  12. // 文件操作类 Dir
  13. "Dir" => SPAPP_PATH . 'Lib/Util/Dir.class.php',
  14. // 树
  15. "Tree" => SPAPP_PATH . 'Lib/Util/Tree.class.php',
  16. // 树
  17. "PathTree" => SPAPP_PATH . 'Lib/Util/PathTree.class.php',
  18. "Curl" => SPAPP_PATH . 'Lib/Util/Curl.class.php',
  19. // 分页类
  20. "Page" => SPAPP_PATH . 'Lib/Util/Page.class.php',
  21. "phpQuery" => SPAPP_PATH . 'Lib/Extend/phpQuery/phpQuery.php',
  22. "ThinkOauth" => SPAPP_PATH . 'Lib/Extend/ThinkSDK/ThinkOauth.class.php',
  23. // PHPZip
  24. "phpzip" => SPAPP_PATH . 'Lib/Util/phpzip.php'
  25. );