www.legu.cc/application/Common/Conf/alias.php
2021-09-06 11:50:33 +08:00

30 lines
774 B
PHP

<?php
/**
* 别名定义
*/
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'
);