程序员人生 网站导航

PHPCMS的tpl文件中使用{get 标签出错

栏目:DedeCMS时间:2014-04-26 12:08:06

  网(LieHuo.Net)教程 PHPCMS的tpl文件中使用{get 标签出错,这样结果是get标签部分直接显示出来了。但是html模板文件为什么能使用get标签,tpl模板中就不能识别呢?

以下为引用的内容:
<tr>
                <th><strong><?=$k?>:</strong></th>
        <td colspan="4"><?=$v?></td>
        </tr>
        <?php
                }
        }
        ?>
        <!--以下为get标签,不能识别-->
{get sql="SELECT name,bankname,applyfor FROM `phpcms_member_detail` where userid = $userid" return="c"}{/get}
         <tr>
         <th bgcolor="#d0f0ff" colspan=5><strong>----以下资料不能再修改(如需修改,请联系管理员)----</strong></th>
         </tr>

  傻瓜解决方案:

  将相应代码copy到html模板文件中,更新模板缓存后,到datacache_template目录下找到对应*.tpl.php文件,再到文件中找到对应get标签转换后在tpl文件中的代码,复制粘贴到想要使用的tpl模板文件中~~

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐