thinkphpphp
近日,根据thinkphp视频教程上的教法写一个程序,检查没有错误。程序已经分享在百度网盘里,分享地址是:http://pan.baidu.com/s/1i5nsxzf。请下载后放到apache根目录,在浏览器中输入http:localhost/thinkphp/admin.php?c=menu&a=index,出现:
think\controller:dispay方法不存在(具体见下图)!请问是为什么?我应该怎么办?
还有第二个问题:
程序中有这么两句:use think\controller;
class indexcontroller extends controller {
这说明think文件夹下有个controller文件夹,再下面有个controller类,可是我在文件夹\thinkphp\library\think\controller中怎么也找不到类文件controller.class.php文件。请问它在什么地方?
http://www.thinkphp.cn/topic/23030.html
第一个问题已经解决,我将display错写成了dispay。还剩第二个问题:程序中有这么两句:use Think\Controller;
class IndexController extends Controller {
这说明Think文件夹下有个Controller文件夹,再下面有个Controller类,可是我在文件夹\ThinkPHP\Library\Think\Controller中怎么也找不到类文件Controller.class.php文件。请问它在什么地方?
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号