문제

I was searching for the web, but I only found a smarty plugin function for displaying the Alphabet from A to Z.

There are cases, when you couldn't add a new plugin, so how could you display it otherwise?

도움이 되었습니까?

해결책

Its easy with pure smarty foreach.

    {foreach item=i from='A'|@range:'Z'}
        {$i}
    {/foreach}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top