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

2 lines
124 B
Plaintext
Executable File

<?php echo $html->link('${1:Link Title}', array('controller' => '${2:controller_name}', 'action' => '${3:action_name}')) ?>