Initial commit.
This commit is contained in:
6
vim/snippets/php-zend/inputarr.snippet
Executable file
6
vim/snippets/php-zend/inputarr.snippet
Executable 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