模板Base.php文件

子枫

子枫 [Rainy]

发布于 2023-12-14

239 浏览
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 子枫CMS管理系统
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) http://store.zf-sys.com/
  6. // | 子枫CMS管理系统提供免费使用,可使用此框架进行二次开发
  7. // +----------------------------------------------------------------------
  8. // | Author: 子枫 <287851074@qq.com>
  9. // | 子枫社区: http://bbs.90ckm.com/
  10. // +----------------------------------------------------------------------
  11. namespace 模板名\Controller;
  12. use think\Controller;
  13. use think\facade\Request;
  14. use think\Db;
  15. use app\index\Controller\Base as Bas;
  16. class Base extends Bas
  17. {
  18. public function __construct ()
  19. {
  20. //使用true
  21. parent::__construct(true);//v0.0.9 新增优化 true
  22. }
  23. }

这里继承的是app\index\Controller\Base

parent::__construct(true); //v0.0.9新增优化

评论 (56)

评论输入框
发表评论


评论列表
没有任何评论

© 2025 简奢兔论坛. 保留所有权利.