当前位置: 代码迷 >> PHP >> smarty的section会强制结束循环的字段
  详细解决方案

smarty的section会强制结束循环的字段

热度:204   发布时间:2012-07-31 12:33:46.0
smarty的section能强制结束循环的字段
smarty的section能强制结束循环的字段是什么?


------解决方案--------------------
smarty 3 中肯定是可以的!

{break}
被翻译成
<?php break 1?>