mirror of
https://github.com/amix/vimrc
synced 2025-07-08 18:04:59 +08:00
renamed sources_non_forked folder to bundle
This commit is contained in:
6
bundle/snipmate-snippets/zend/inputarr.snippet
Normal file
6
bundle/snipmate-snippets/zend/inputarr.snippet
Normal file
@ -0,0 +1,6 @@
|
||||
<?= $this->formInput(array( 'type' => '${1:dropdown}',
|
||||
'name' => '${2}',
|
||||
'label' => '${3:}',
|
||||
'errors' => ${4:},
|
||||
'value' => ${5:},
|
||||
'valueList' => ${6:} )); ?>
|
Reference in New Issue
Block a user