Page error! Please try again later~
**
** 2018-08-24 14:56:57
0
2
1489

index.php

<?php

namespace app\index\controller;

use app\index\controller\base;

class Index extends Base

{

public function index()

{

return $this -> view -> fetch();

}

}


##base.php

<?php

namespace app\ index\controller;

use think\controller;

class Base extends Controller

{

}

Please give me some guidance. I followed the step-by-step instructions in the video. The file codes are exactly the same. However, after I refreshed the page, the webpage prompted SYSTEM ERROR. I was struggling and couldn’t learn anymore. Please give me some guidance.

**
**

reply all(2)
花开,若相惜

Also, there must be a corresponding template

花开,若相惜

First turn on the debugging mode of the entry file, it will tell you that there is a problem in the above place

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template