标签:style color 使用 io strong ar cti 代码
1、执行函数并输出返回值:
格式:{:function(…)}
例如,输出U函数的返回值:
{:U(‘User/insert‘)}
编译后的PHP代码是
<?php echo U(‘User/insert‘);?>
{~say_hello(‘ThinkPHP‘)}
编译后的PHP代码是:
<?php say_hello(‘ThinkPHP‘);?>
thinkphp模板中使用函数的方法,布布扣,bubuko.com
标签:style color 使用 io strong ar cti 代码
原文地址:http://my.oschina.net/guomingliang/blog/304804