Parse error: syntax error, unexpected T_STRING in D:\phpStudy\WWW\teadmin\application\index\controller\Index.php on line 2
<?php
namespace app\index\controller;
class Index
{
public function index()
{
return 'hello';
}
}
这是哪里语法不对啊
Parse error: syntax error, unexpected T_STRING in D:\phpStudy\WWW\teadmin\application\index\controller\Index.php on line 2
<?php
namespace app\index\controller;
class Index
{
public function index()
{
return 'hello';
}
}
这是哪里语法不对啊