-
-
128
-
0
-
186
-
0我做了三个模板缓存,前面两个都缓存成静态页面了,但是第三个缓存不成功,跪求了 联系qq:1598440016
-
0中文网址 http://www.SmartyCMS.cn 也可以来SmartyCMS吧交流 http://tieba.baidu.com/f?ct=&tn=&rn=&pn=&lm=&sc=&kw=smartycms&rs2=0&myselectvalue=1&word=smartycms&tb=on
-
0大神帮个忙,最近做了个项目,smarty2升级smarty3,现在出现两个问题 第一个,smarty3的foreach一个$gren.0001.xxx这个变量,循环不出。 第二个,原先就把定界符给成<!--{,升级之后,页面的原有<!--得注释没了,而且html在页面的代码回车没了 因为项目要求比较严,不能上传代码
-
2
-
3
-
2Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "E:\wamp\www\shts\templates\aboutus.html" on line 31 "<li><input class="search_txt fl" type="text" name="SeaStr" id="SeaStr" value="请输入搜索关键词" onblur="if(this.value ==''||this.value == '请输入搜索关键词'){this.value = '请输入搜索关键词';this.style.color = '#999999';}" onfocus="if(this.value == '请输入搜索关键词'){this.value = '';this.style.color = 
-
9http://112.126.74.142 求支持,嘿嘿
-
5http://www.xiaojs.org是我自己用smarty弄的站,请大家多多指教
-
1谁有smarty开发的网站,求分享。1448861367@qq.com。 看完了一些基础知识,想看看实例。
-
1PHP官方交流分享群 466388300
-
2<{$articleTitle|upper}><br> Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "C:\LAMP\Apache2.2\htdocs\moban 7\templates\demo.html" on line 8 "<{$articleTitle|upper}><br>" unknown modifier "upper" <-- thrown in C:\LAMP\Apache2.2\htdocs\moban 7\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 8 小弟俯首拜上,求解于各路大神
-
3比如说用户手机号,我想把中间四位转换成星号,这个用smart怎么做到?(我不想动php代码了,我只想知道smarty如何做)
-
6
-
0
-
0
-
1这是我设置的cookie setcookie("kguide".$_G['user_id'], $_G['user_id'], time()+3600*24*12*30); 请问在模板怎么获取到类似$smarty.cookies.kguide。。。$_G['user_id']是给我变量
-
1Smarty完整的网页案例求分享,邮箱794863612@qq.com
-
1<td name="winamount"> <*math equation="x-y" x=$v.new_gold y=$v.old_gold *> </td>
-
1配置文件 Config.php <?php define('SMARTY_DIR','F:\USBWebserver\root\smarty\libs\'); require (SMARTY_DIR.'Smarty.class.php'); $smarty = new Smarty; $smarty->template_dir = SMARTY_DIR.'\templates'; $smarty->config_dir = SMARTY_DIR.'\configs'; $smarty->cache_dir = SMARTY_DIR.'\cache'; $smarty->compile_dir = SMARTY_DIR.'\templates_c'; ?> index.php <?php error_reporting(E_ALL ^ E_NOTICE); include('F:\USBWebserver\root\smarty\configs\Config.php'); $smarty->display('1.tpl'); ?> Parse error: syntax e
-
31.通过数据库获取表中所有数据 $res= $db->getall($sql." limit ".(($page_current-1)*$page_size).",".$page_size); 2.通过smarty把数据传递到模版中 $smarty->assign('bm_list',$res); 3.在模版中通过foreach遍历 <!--{foreach from=$bm_list item=page}--> 4.在模版中输出时间 <td>{$page.bmsj|date_format:"%Y-%m-%d %H:%M:%S"}</td> 以上步骤之后出现的还是时间戳不是我们所用的日期,求解答 谢谢
-
0模板里没办法读取扩展名,SMARTY的模板,怎么读取扩展名? img src="photos/{$photos[i].PID}.jpg" 可能是GIF或者PNG $ext = substr($values['name'], strrpos($values['name'], '.')+1); img src="photos/{$photos[i].PID}.{$ext}" 没反应。 PHP标签里写,模板会乱 {php} $ext = substr($values['name'], strrpos($values['name'], '.')+1); $this->assign('ext', $ext); {/php} 用pathinf $ext = pathinfo($_FILES['photo_1']['tmp_name'], PATHINFO_EXTENSION); 也没反应 帮帮我~~~
-
0求好心人帮忙发一下!450390162@qq.com!好人一生平安!!
-
4
-
3我想知道有哪些开源cms是用Smarty开发的??
-
4php+Smarty模板可以实现从数据表里读取数据并在前台显示。但是涉及往数据表里增加数据怎么做啊!(功能要求:后台增加文章操作)
-
61人、2008年就存在的贴吧,为何没人
-
3看其他人写模板的时候有这两句话: $pattern=array('/\{\s*\$([a-zA-Z_][a-zA-Z0_9_]*)\s*\}/i');//将被替换的字符串 如{$content} $replace=array('&