日期:2014-05-17 浏览次数:20528 次
<?php define(ROOT_PATH,'/Applications/MAMP/htdocs/ts'); define('THINK_PATH',ROOT_PATH.'/ThinPHP'); define('APP_PATH',ROOT_PATH.'/home'); define('APP_NAME','home'); //调用文件 require_once(THINK_PATH.'ThinkPHP.php'); APP::run(); ?>