app.brand
nav.index
nav.about
user.sign.in
ThinkPHP 6.0跨模块调用方法
ThinkPHP 6.0取消了字母方法,也就是说本来TP3.X里用得好好的R方法不行了…在TP6.X里需要引用空间命名来实现。但是使用后发现,会报错: ```php ... use app\controller\Wx; ... class Index extends BaseController { public function test() { $Wx = new Wx; ... ``` ```php too few arguments to function app\basecontroller::__construct()... Blablabla ``` 查了下资料,官方大佬说:永远不要去手动实例化一个控制器类,如果你需要这样做就拆分一个控制器分层出来或者逻辑层、服务层之类的。 但还是有解决方案: ```php $Wx = new Wx($this->app); ``` 不过就像官方说的还是不建议这样,写在公共函数里吧。
data.update.last
sys.time.ago
punc.commaarticle.create.bypunc.commaarticle.file.inpunc.colon
ThinkPHP
©app.copyright.year
app.author
·
app.ICP
sys.donate
alipay._self
wechat._self