dotar/vim/snippets/php-cake/fsel.snippet

2 lines
112 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
<?php echo $form->select(${1:'${2:name}'}, ${3:$options}, ${4:$selected}, ${5:$attributes}, ${6:$showEmpty}) ?>