-
Notifications
You must be signed in to change notification settings - Fork 141
test data
Sighless edited this page Mar 30, 2016
·
4 revisions
FIS提供了本地调试数据功能,本地预览模板时会根据选择的测试数据进行展现,默认的smarty版本为3.1.13。
//新建浏览器书签,网址为以下内容
javascript:void function(){var d=new Date();d.setFullYear(d.getFullYear()+1);document.cookie='FIS_DEBUG=YlwtSmt;path=/;expires='+d.toGMTString()+'';document.cookie='FIS_DEBUG_EDIT=1;path=/;expires='+d.toGMTString()+'';document.cookie='LITE_DEBUG=model;expires='+new(Date)(+new(Date)+1000).toGMTString();location.reload();}();
当模块进行编译发布后,在预览的时候点击书签,进入数据管理页面,修改数据后再进行渲染:
修改保存的数据会临时保存在发布目录中,如果需要保存在test目录下还需要单独粘贴复制。
测试数据存放在模块test目录下,模板文件和测试数据文件对应关系如下:
模板:
photo/page/index.tpl
对应数据文件:
0. photo/test/page/index.php (php格式)
0. photo/test/page/index.json (json格式)
也支持多份数据(php格式为例):
0. photo/test/page/index/index_1.php
0. photo/test/page/index/index_2.php
...
文件名: index_\d+.php