深圳全飞鸿

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 624|回复: 0
打印 上一主题 下一主题

Radphp与smarty的结合

[复制链接]

104

主题

171

帖子

1177

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1177
跳转到指定楼层
楼主
发表于 2019-5-30 14:21:03 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
index.tpl

  1. <head>
  2. {%$HeaderCode%}
  3. </head>
  4. hello world!

  5. {%$StartForm%}
  6. <!--end-->
  7. {%$Button1%}
  8. {%$Label1%}
  9. {%$ABC|escape:'html'%}
  10. {%$EndForm%}
复制代码






主页代码:
  1.     function Page74Template($sender, $params)
  2.     {
  3.         $template=$params['template'];
  4.         $b=get_object_vars($template->_smarty);
  5.         $template->_smarty->assign('ABC',print_r($b,true));
  6.     }
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|nagomes  

GMT+8, 2025-5-5 04:48 , Processed in 0.034062 second(s), 24 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表