-
-
-
-
- --包含文件----------------------------
- ------if else------------------------
- do anything
- do another
- Do not
-
- ---------------------------------
-
- ------loop------------------------
-
循环内容
- 交互式显示:
-
循环中的变量:
循环中的索引$dolr_index:ccc
没有内容
-
- ---------------------------------
- --包含文件----------------------------
- ------------------------------
-
-
目录范例:
DolrViews/
|--cache //缓存目录
|--plugins //插件目录
|--templates //模板目录
|--templates_c //编译文件目录
|--DolrViews.classs.php //引擎主文件
|--index.php //测试文件
目前插件只写了一个测试,插件规范是modifier_函数名.php 内容函数名:dolr_modifier_函数名($第一个参数必须[,其它参数])。范例:
- function dolr_modifier_html2text($string)
- {
- return strip_tags($string);
- }
今天刚写的,欢迎大家拍砖啊! 另外欢迎
@安正超 !