That's according to what's written here
Tassel
Tassel 2017-09-11 09:48:46
0
6
1879

The video address is this

index.php

<?php

namespace app\index\controller;

use app\index\ controller\Base;

class Index extends Base

{

/**

* @return mixed

*/

public function index()

{

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

}

}



##Base.php

<?php

namespace app\index\controller;

use think\controller;

class Base extends Controller

{


}

Webpage An error occurred during the access... What are you guys doing?

Tassel
Tassel

reply all(1)
ringa_lee

What is the error reported? Please send a screenshot to take a look

  • reply Thank you. It has been solved. Although I don’t know why.
    Tassel author 2017-09-12 09:05:33
  • reply I don’t know what the problem is with mine, it hasn’t been solved yet.
    兰羽馨 author 2017-10-24 20:56:13
  • reply Reply Lan Yuxin: Have you solved it? I also encountered the same problem.
    苦橙。 author 2017-10-26 10:10:37
  • reply I also encountered the same problem. What is the problem and how to solve it?
    小飞 author 2018-04-22 15:07:12
  • reply Page error! Please try again later~ ThinkPHP V5.0.14 {Ten years of sharpening the sword - a high-performance framework designed for API development}
    小飞 author 2018-04-22 15:07:35
  • reply This is an error message
    小飞 author 2018-04-22 15:07:45
  • reply Naming problem: use think\Controller; Zhong C needs to be capitalized. . .
    弹下弹下 author 2018-10-03 10:11:48
  • reply Haha, okay, just solve it
    ringa_lee author 2017-09-12 13:51:24
  • reply You can see detailed error information by opening DEBUG.
    ringa_lee author 2018-04-23 09:47:32
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template