Created
July 28, 2015 09:26
-
-
Save javikalsan/68c580bb46a5203a3324 to your computer and use it in GitHub Desktop.
foreach Short tag frontend snippet sublime text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
<? foreach( \$${1} as \$key => \$${2}): ?> | |
<?= \$${1}['${3}']['${4}']?> | |
<? endforeach ?> | |
]]></content> | |
<tabTrigger>sfore</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment