Initial commit.
This commit is contained in:
4
vim/snippets/php/fore/value-template.snippet
Executable file
4
vim/snippets/php/fore/value-template.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php foreach ($${1:variable} as $${2:value}): ?>
|
||||
${3}
|
||||
<?php endforeach ?>
|
||||
${4}
|
||||
Reference in New Issue
Block a user