Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

html.php 1.2KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * 易优CMS
  4. * ============================================================================
  5. * 版权所有 2016-2028 海南赞赞网络科技有限公司,并保留所有权利。
  6. * 网站地址: http://www.eyoucms.com
  7. * ----------------------------------------------------------------------------
  8. * 如果商业用途务必到官方购买正版授权, 以免引起不必要的法律纠纷.
  9. * ============================================================================
  10. * Author: 小虎哥 <1105415366@qq.com>
  11. * Date: 2018-4-3
  12. */
  13. /**
  14. * 只作用于网站前台页面,指定需要缓存的页面
  15. * 参数规则:
  16. * mca :plugins_控制器_操作名
  17. * filename :生成在/data/runtime目录下的指定路径,建议参考以下
  18. * p :当前url控制器的操作方法传入的全部参数变量名
  19. * cache : 页面缓存有效时间,单位是秒
  20. */
  21. return array(
  22. // 问答首页
  23. // 'plugins_Ask_index' => ['filename'=>'plugins/ask/index','p'=>array('is_recom','type_id','p'), 'cache'=>7200],
  24. // 'plugins_Ask_details' => ['filename'=>'plugins/ask/details', 'p'=>array('type_id','ask_id'), 'cache'=>7200],
  25. );