深圳全飞鸿

标题: Radphp与smarty的结合 [打印本页]

作者: admin    时间: 2019-5-30 14:21
标题: Radphp与smarty的结合
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.     }
复制代码





欢迎光临 深圳全飞鸿 (http://www.nagomes.com/disc/) Powered by Discuz! X3.2