-
注释 {*这里面是注释*} $arr = array('title'=>'smarty\'s learn','author'=>'eminme'); $smarty->assign('arr',$arr); 调用方法 {$arr.title} {$arr['author']} 二维数组 $arr =array('articlecontent'=>array('title'=>'smarty\'s learn','author'=>'eminme')); 调用方法 {$arr.articlecontent.title} {$arr['articlecontent']['author']} 变量调节器 1,首字母大写capitalize 2,字符串连接 cat 3,日期格式化 date_format 4,为赋值或为空的变量知道默认值default查看全部
-
$smarty->left_delimiter="{";//左定界符 $smarty->right_delimiter="}";//右定界符 $smarty->template_dir="tpl";//html模板的位置 $smarty->compile_dir="template_c";//模板编译生成的文件目录 $smarty->cache_dir="cache";//缓存目录 $smarty->assign('变量名',变量值);//给模板赋值 $smarty->display();查看全部
-
Smarty简介 官网地址及下载地址 官网地址:http://www.smarty.net/ 下载地址http//:www.smarty.net/download smarty 3.1.16 [Smarty-stable.zip] Dec 17th,2013查看全部
-
常用视图引擎查看全部
-
模型的方法通常带有自己的参数,所以此处不把它封装起来。 而控制器的方法原则上是不带自己的参数的。查看全部
-
目录规范查看全部
-
截图00查看全部
-
ckediter查看全部
-
1. include 用法与PHP的include差不多 2. smarty的include还具备自定义属性的功能 例如:{include file="header.tpl" title="网站标题"} {* title属性只能在被引用的文件中使用即header.tpl中使用 *}查看全部
-
C函数查看全部
-
调用函数查看全部
-
目录规范查看全部
-
前台入口文件查看全部
-
原则。查看全部
-
文件夹查看全部
举报
0/150
提交
取消