+ -
当前位置:首页 → 问答吧 → 新手 运行首页显示这个

新手 运行首页显示这个

时间:2011-05-23

来源:互联网

运行首页显示这个
Parse error: parse error, expecting `T_FUNCTION' in D:\www\myapp\Lib\Action\IndexAction.class.php on line 9

————————————————————————————
IndexAction.class.php的代码:
<?php
class IndexAction extends Action
{
    public function index(){
        echo "测试成功";
    }
?>
————————————————————————————
不知道是哪里出了问题。

作者: canny261   发布时间: 2011-05-23

是不是少了个 类 结束符号 }

作者: tp_xiaowang   发布时间: 2011-05-23