سؤال

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