What is the best way to handle recursion in smarty?

后端 未结 4 1574
时光取名叫无心
时光取名叫无心 2020-12-17 00:28

I found a couple of ways to handle recursion in Smarty, mostly based on including templates into themselves, which seems like ridiculous waste of resources. I found one solu

4条回答
  •  轮回少年
    2020-12-17 00:43

    The best way is not to do it.

    Smarty is supposed to be simple. This deesn't sound it.

提交回复
热议问题