An open API service indexing awesome lists of open source software.

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.

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.