Files
framework/alias.php
thinkphp b2b4edaee0 测试
2013-03-13 14:15:52 +08:00

32 lines
1.5 KiB
PHP

<?php
// +----------------------------------------------------------------------
// | TOPThink [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2011 http://topthink.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// $Id$
return array(/*
'Think\App' => CORE_PATH.'app.php',
'Think\Log' => CORE_PATH.'log.php',
'Think\Config' => CORE_PATH.'config.php',
'Think\Route' => CORE_PATH.'route.php',
'Think\Exception'=> CORE_PATH.'exception.php',
'Think\Model' => CORE_PATH.'model.php',
'Think\Db' => CORE_PATH.'db.php',
'Think\Template' => CORE_PATH.'template.php',
'Think\Error' => CORE_PATH.'error.php',
'Think\Cache' => CORE_PATH.'cache.php',
'Think\Tag' => CORE_PATH.'tag.php',
'Think\Session' => CORE_PATH.'session.php',
'Think\Cookie' => CORE_PATH.'cookie.php',
'Think\Controll' => CORE_PATH.'controll.php',
'Think\View' => CORE_PATH.'view.php',
'Think\Auth' => CORE_PATH.'auth.php',
'Think\Url' => CORE_PATH.'url.php',
'Think\Verify' => CORE_PATH.'verify.php',*/
);