<?php
/*
 * Created on 2012-2-3
 *
 * To change the template for this generated file go to
 * Window - Preferences - PHPeclipse - PHP - Code Templates
 */
define('THINK_PATH', 'ThinkPHP/');
define('APP_NAME', 'php100');
define('APP_PATH', '.');require(THINK_PATH."/ThinkPHP.php");
$App=new App();   //实例化操作系统会自动创建开发目录$App->run();
?>
最新听php视频课
我按照课程里的代码录入,可是课程里显示 hello 欢迎使用thinkphp
我的就不显示,为什么啊