PageRenderTime 68ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Extend/Engine/Sae/Conf/alias.php

http://thinkphp.googlecode.com/
PHP | 23 lines | 12 code | 0 blank | 11 comment | 1 complexity | 8caefa6929eb212f7cdcde11319eece4 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2010 http://thinkphp.cn All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: liu21st <liu21st@gmail.com>
  10. // +----------------------------------------------------------------------
  11. // $Id: alias.php 2766 2012-02-20 15:58:21Z luofei614@gmail.com $
  12. if (!defined('THINK_PATH')) exit();
  13. // ????????
  14. return array(
  15. 'Model' => CORE_PATH.'Core/Model.class.php',
  16. 'Db' => CORE_PATH.'Core/Db.class.php',
  17. 'Log' => SAE_PATH.'Lib/Core/Log.class.php',
  18. 'ThinkTemplate' => SAE_PATH.'Lib/Template/ThinkTemplate.class.php',
  19. 'TagLib' => CORE_PATH.'Template/TagLib.class.php',
  20. 'Cache' => CORE_PATH.'Core/Cache.class.php',
  21. 'Widget' => CORE_PATH.'Core/Widget.class.php',
  22. 'TagLibCx' => CORE_PATH.'Driver/TagLib/TagLibCx.class.php',
  23. );