首页 > 后端开发 > php教程 > thinkphp 模板有关问题 为何不编译

thinkphp 模板有关问题 为何不编译

WBOY
发布: 2016-06-13 11:49:48
原创
897 人浏览过

thinkphp 模板问题 为何不编译

<br /><br /> <{if condition="empty($customers)"}><br />            <table class="table_a" border="1" width="100%"><br />                <tbody><br />                    <tr style="font-weight: bold;"><br />                        <td>编号</td><br />                        <td>电话号码</td><br />                        <td align="center"colspan="2"><br />                            <center>操作</center><br />                        </td><br />                    </tr><br />                   <{foreach name="customers" item="customers_one"}><br />                        <tr><br />                            <td><br />                                <{$customers_one.c_id}><br />                            </td><br />                            <td><br />                               <{$customers_one.c_phone}><br />                            </td><br />                            <td><br />                                <a href="">查看</a><br />                            </td><br />                            <td><br />                                <a href="">删除</a><br />                            </td><br />                        </tr><br />                   <{/foreach}><br />                   <br />                </tbody><br />            </table><br />        <{else /}><br />            <tr><br />                <td align="center"colspan="2"><br />                    <center>还没有玩家...</center><br />                </td><br />            </tr><br />        <{/if}><br /><br />
登录后复制


这段代码执行之后



模板开始和结束编辑我改了的

<br>	'TMPL_L_DELIM'          =>  '    'TMPL_R_DELIM'          =>  '}>',            // 模板引擎普通标签结束标记<div class="clear">
                 
              
              
        
            </div>
登录后复制
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板