module.php 624 B

12345678910111213141516
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 海豚PHP框架 [ DolphinPHP ]
  4. // +----------------------------------------------------------------------
  5. // | 版权所有 2016~2019 广东卓锐软件有限公司 [ http://www.zrthink.com ]
  6. // +----------------------------------------------------------------------
  7. // | 官方网站: http://dolphinphp.com
  8. // +----------------------------------------------------------------------
  9. /**
  10. * 模块相关设置
  11. */
  12. return [
  13. // 使用默认控制器层的模块
  14. 'default_controller_layer' => ['admin', 'index', 'common', 'extra']
  15. ];