Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Apr 20, 2012
1 parent 0db19e5 commit bf2a9d1
Showing 1 changed file with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions README.md
Expand Up @@ -10,10 +10,57 @@ If you have the [Package Control][package_control] package installed, you can in

If you haven't got Package Control installed you will need to make a clone of this repository into your packages folder, like so:

git clone https://github.com/mpmont/ci-snippets.git ci-snippets
git clone git@github.com:nWidart/ci-snippets.git ci-snippets


[sublime]: http://www.sublimetext.com/
[package_control]: http://wbond.net/sublime_packages/package_control

If you find error or wathever just fork it and send me a pull request.
If you find error or wathever just fork it and send me a pull request.


## Included Snippets
List of included snippets.
Format: name `tabtrigger`
### library Functions
- anchor `anchor`
- calendar `calendar`
- cart_add `cart_add`
- cart_update `cart_update`
- display_cart `display_cart`
- ci_404 `ci_403`
- ci_denied `ci_denied`
- ci_load_helper `ci_load`
- ci_load_library `ci_load`
- ci_load_model `ci_load`
- ci_redirect `ci_redirect`
- ci_routes `ci_route`
- ci_start `ci_start`
- email `email`
- pagination `pagination`
- upload `upload`


### Helper functions
#### Form helper
- form_checkbox `form_checkbox`
- form_dropdown `form_dropdown`
- form_hidden `form_hidden`
- form_input `form_input`
- form_label `form_label`
- form_open `form_open`
- form_password `form_password`
- form_submit `form_submit`
- form_textarea `form_textarea`
- form_upload `form_upload`
- form_validation `form_validation`

### Driver functions

### Misc
- construct `construct`
- generate table `generate_table`
- model `ci_model`
- crud `crud`
- controller `ci_controller`
- ci_view `ci_view`

0 comments on commit bf2a9d1

Please sign in to comment.