dotar/vim/snippets/php-zend/inputarr.snippet
2011-11-17 16:00:49 -06:00

7 lines
193 B
Plaintext
Executable File

<?= $this->formInput(array( 'type' => '${1:dropdown}',
'name' => '${2}',
'label' => '${3:}',
'errors' => ${4:},
'value' => ${5:},
'valueList' => ${6:} )); ?>