thinkphp中有一个index.php文件,动行程序后会自动成生application目录,而后会自动运行到其中的Controller下面的IndexController.class.php的index()
那么,在Application下面有三个目录,一个是Runtime, Home, Common这里默认是执行Home目录里面的程序吗,或者是有什么设置吗?
http://blog.csdn.net/testcs_dn/article/details/21190793