本文实例讲述了smarty高级特性之对象的使用方法。分享给大家供大家参考,具体如下:
<"first dog"; $smarty->assign("dog",$dog1); $smarty->display('test.tpl'); "htmlcode">属性调用:{$dog->name}<br /> 方法调用:{$dog->sayHello()}输出显示:
first dog
hello希望本文所述对大家基于smarty的PHP程序设计有所帮助。
本文实例讲述了smarty高级特性之对象的使用方法。分享给大家供大家参考,具体如下:
<"first dog"; $smarty->assign("dog",$dog1); $smarty->display('test.tpl'); "htmlcode">属性调用:{$dog->name}<br /> 方法调用:{$dog->sayHello()}输出显示:
first dog
hello希望本文所述对大家基于smarty的PHP程序设计有所帮助。