tp5 挂件 BUG。

浏览:338 发布日期:2017/04/26 分类:ThinkPHP5专区
有BUG,我定义了 'action_suffix' => 'Action', 挂件方法必须要加action ,在模板中才可以使用,但我也定义了 'controller_suffix' => 'Controller', 文件名却没让我加 后缀。而这个方法 $event = controller('Admin/Blog', 'event');
echo $event->update(5); 却不让加action 后缀。
最佳答案
评论( 相关
后面还有条评论,点击查看>>