Skip to content

timstermatic/cakephp2-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CakePHP 2.x Snippets

Collection of CakePHP 2.x snippets for use with the vim plugin, snipMate

Requires snipMate: https://github.com/msanders/snipmate.vim

Installation:

Clone into your snippets directory.

To make the snippets available to php and ctp files add the following to after/plugin/snippets.vim

call ExtractSnipsFile(g:snippets_dir.'cakephp.snippets', 'php')
call ExtractSnipsFile(g:snippets_dir.'cakephp.snippets', 'ctp')

About

Collection of CakePHP 2.x snippets for use with the vim plugin, snipMate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published