Skip to content

Instantly share code, notes, and snippets.

@ysawa
Created November 18, 2011 06:24
Show Gist options
  • Save ysawa/1375764 to your computer and use it in GitHub Desktop.
Save ysawa/1375764 to your computer and use it in GitHub Desktop.
modify codes to use CakePHP Helpers
function! CakePHPHelpers()
:%s/\$this->Form/\$form/ge
:%s/\$this->Html/\$html/ge
endfunction
command! CakePHPHelpers :call CakePHPHelpers()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment