Created
November 18, 2011 06:24
-
-
Save ysawa/1375764 to your computer and use it in GitHub Desktop.
modify codes to use CakePHP Helpers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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