// +---------------------------------------------------------------------- // $Id$ // 导入别名定义 alias_import(array( 'Dispatcher' => THINK_PATH.'/Mode/Lite/Dispatcher.class.php', 'Model' => THINK_PATH.'/Mode/Lite/Model.class.php', 'Db' => THINK_PATH.'/Mode/Lite/Db.class.php', 'Debug' => THINK_PATH.'/Lib/Think/Util/Debug.class.php', 'Session' => THINK_PATH.'/Lib/Think/Util/Session.class.php', ) ); ?>