index.php
<?php
namespace appindexcontroller;
use appindexcontrollerBase;
class Index erweitert Base
{
public function index()
{
return $this-> view ->fetch(); }
}
基类
<?php
namespace appindexcontroller;
use thinkcontroller;
class Base erweitert Controller
{
}
看你的视图是否有 index文件夹下index.html