标签: php smarty
我想要什么: 我是Smarty的新手,我想使用更多按钮来扩展从数据库中检索的文本。
我所拥有的: 我已经显示了使用| substr缩短的描述,但是我不知道如何使用按钮来扩展文本
我的代码:
{foreach $topics.topics as $topicss} <p> {$topicss.omschrijving|substr:0:50} </p> <button id="btn">Read more...</button> {/foreach}
Ty:)