-
配置文件查看全部
-
启动引擎查看全部
-
{section name=vo loop=$arr max=10} <h4>{$arr[vo]['title']}</h4> <h4>{$arr[vo]['count']}</h4> <h4>{$arr[vo]['img']}</h4> {/section} <hr /> {foreach item=vo from=$arr} <h4>{$vo['title']}</h4> <h4>{$vo['count']}</h4> <h4>{$vo['img']}</h4> {foreachelse} 没有文章 {/foreach} {foreach $arr as $vo} <h4>{$vo['title']}</h4> <h4>{$vo['count']}</h4>查看全部
-
{section name=vo loop=$arr max=10} <h4>{$arr[vo]['title']}</h4> <h4>{$arr[vo]['count']}</h4> <h4>{$arr[vo]['img']}</h4> {/section} <hr /> {foreach item=vo from=$arr} <h4>{$vo['title']}</h4> <h4>{$vo['count']}</h4> <h4>{$vo['img']}</h4> {/foreach}查看全部
-
$smarty->assign('arr',array(array('title'=>'标题1','count'=>'内容1','img'=>'img1'),array('title'=>'标题2','count'=>'内容2','img'=>'img2'))); {section name=vo loop=$arr} <h4>{$arr[vo]['title']}</h4> <h4>{$arr[vo]['count']}</h4> <h4>{$arr[vo]['img']}</h4> {/section}查看全部
-
{if $sm eq 'true'} 真 {elseif $sm eq 'false'} 假 {else} 未知 {/if}查看全部
-
{*学习网站http://www.yiibai.com/smarty/*} {*输出*} <h3 >{$articletitle}</h3> <div> <h4>{$arrDate.title}</h4> <p>{$arrDate['count']}</p> </div> {*变量调节器*} <h5>{$articletitle|md5}</h5> <h5>{$articletitle|cat:"字符串拼接"}</h5> <h5>{$var|default:"默认值"}</h5> <h5>{$data|date_format}</h5> <h5>{$data|date_format:"%A,%B,%e,%Y %H:%M:%S"}</h5> <h5>{$var|default:'abcd'|ucfirst}</h5>{*首字母大写*} <h5>{$url|escape:'url'}</h5>{*url转码*} <h5>{$st|lower}</h5> <h5>{$st|upper}</h5> <h5>{$br|nl2br}</h5>{*换行符变比br*}查看全部
-
require_once('/smarty/Smarty.class.php'); $smarty = new Smarty(); //smarty配置(5配置,两方法) $smarty->left_delimiter = '{'; $smarty->right_delimiter = '}'; $smarty->template_dir = 'tpl'; $smarty->compile_dir = 'template_c'; $smarty->cache_dir = 'cache'; $smarty->caching = true; $smarty->cache_lifetime = 10; $smarty->assign('articletitle','smarty模板引擎'); $smarty->assign('arrDate',array('title'=>'php模板引擎Smarty','count'=>'Smarty是一个php模板引擎。更准确的说一个人。 ')); $smarty->assign('data',new DateTime()); $smarty->assign('url','http://www.baidu.com/course/a.html'); $smarty->assign('st','Happy New Year'); $smarty->assign('br','Happy New Year, sss aaaa'); $smarty->display('test.tpl');查看全部
-
SQL添加函数:insert查看全部
-
执行SQL语句查看全部
-
MySQL数据库链接查看全部
-
要求是:查看全部
-
综合实例制作的目的查看全部
-
MVC实例制作查看全部
-
block function查看全部
举报
0/150
提交
取消