A Sublime 2 Snippet Package for the Lithium PHP Framework
This is a package of useful code snippets to help during Rapid Application Development. The snippets are organized into three folders; form, html and general snippets.
-
Form Snippets provide you quick code to generate HTML forms and widgets (see Li3 Form Helper Doc)
-
For those needing quick HTML template assistance there are code snippets for that too (see Li3 HTML Helper)
-
General snippets are just that...general.
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone [email protected]:fitzagard/li3_sublime.git Lithium
$ cd ~/.config/sublime-text-2/Packages/
$ git clone [email protected]:fitzagard/li3_sublime.git Lithium
Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages"
Copy the directory to: "C:\Documents and Settings\<yourusername>\Application Data\Sublime Text 2\Packages"