Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created July 28, 2015 09:26
Show Gist options
  • Save javikalsan/68c580bb46a5203a3324 to your computer and use it in GitHub Desktop.
Save javikalsan/68c580bb46a5203a3324 to your computer and use it in GitHub Desktop.
foreach Short tag frontend snippet sublime text
<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