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

2 lines
124 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
<?php echo $html->link('${1:Link Title}', array('controller' => '${2:controller_name}', 'action' => '${3:action_name}')) ?>