https://github.com/jbroadway/elefant_sublime_snippets
Sublime Text snippets for the Elefant PHP framework.
https://github.com/jbroadway/elefant_sublime_snippets
Last synced: about 2 months ago
JSON representation
Sublime Text snippets for the Elefant PHP framework.
- Host: GitHub
- URL: https://github.com/jbroadway/elefant_sublime_snippets
- Owner: jbroadway
- Created: 2011-09-28T19:00:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T13:35:08.000Z (over 13 years ago)
- Last Synced: 2025-01-13T12:27:17.409Z (3 months ago)
- Homepage: http://www.elefantcms.com/
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a set of [Sublime Text](http://http://www.sublimetext.com/) snippets
for use with the [Elefant PHP framework](http://www.elefantcms.com/). Includes
almost 50 snippets to help speed up development using Elefant with Sublime Text.To install, drop the `Elefant` folder from the download into
`~/Library/Application Support/Sublime Text 2/Packages`. You should now see `Elefant` under
the Tools > Snippets menu in Sublime Text.Some highlights:
* `new_form` - Boilerplate for a complete form handler.
* `new_model` - Boilerplate for a new Model class.
* `new_rest` - Boilerplate for a complete REST handler.
* `admin` - Boilerplate for admin keep-out.
* `login` - Boilerplate for members-only keep-out.