CodeIgniter Snippets
A list of codeigniter 3 snippets for Sublime Text 2/3
Details
Installs
- Total 148K
- Win 112K
- Mac 16K
- Linux 21K
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 5 | 2 | 2 | 3 | 3 | 5 | 6 | 4 | 2 | 1 | 5 | 8 | 2 | 1 | 3 | 1 | 4 | 4 | 1 | 2 | 2 | 2 | 1 | 1 | 1 | 2 | 2 | 4 | 1 | 0 | 2 | 2 | 2 | 5 | 6 | 3 | 0 | 1 | 5 | 12 | 1 | 4 | 0 | 1 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 2 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Codeigniter Snippets
This is a Sublime Text package which includes a bunch of handy snippets for doing Codeigniter framework development.
Easy installation
If you have the Package Control package installed, you can install Codeigniter framework Snippets from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for Codeigniter framework Snippets.
Manual installation
If you haven't got Package Control installed you will need to make a clone of this repository into your packages folder (Preferences > Browse packages…), like so:
git clone https://github.com/mpmont/ci-snippets.git ci-snippets
If you find error or whatever just fork it and send me a pull request.
Atom version
If you are looking for the Atom version of this repo, just go here: https://github.com/taiar/atom-ci-snippets/
List of avaiable shortcuts
Class
- _cookie
- _get
- _get_post
- _post
- _server
- set_cookie
- get_request_header
- request_headers
- ip_address
- valid_ip
- user_agent
- is_ajax
- is_cli
- fetch_method
- fetch_class
- fetch_module
- output_json
- set_json
- th
Helper
- anchor
- form_checkbox
- form_dropdown
- form_hidden
- form_input
- form_open
- form_password
- form_submit
- form_textarea
- form_upload
- form_validation
- form_label
- uri_segment
- _redirect
- redirect
- site
- ci_base
Library
- calendar
- cart_add
- cart_update
- display_cart
- flashdata
- set_flashdata
- generate_table
- pagination
- upload
Query Builder (Active Record)
- db_affected
- db_delete
- db_free_result
- db_get
- db_group
- db_insert
- db_insert_id
- db_insertbatch
- db_select
- db_join
- db_last
- db_limit
- db_num_fields
- db_num_rows
- db_order
- db_result
- db_result_array
- db_row
- db_row_array
- db_select
- db_truncate
- db_update
- db_where
Session
- session_userdata
- session_set_userdata
- session_all_userdata
- session_unset_userdata
- session_sess_destroy
Misc
- ci_start
- construct
- controller
- model
- library
- crud
- load_helper
- load_library
- load_model
- load_module
- load_view
- log
- ciline
- eof
- dd
List of Contributors
- Marco Monteiro
- Jesse Robertson
- Amitava Das Gupta
- rmclain
- Tutkun
- Frank Parent
- Nicolas Widart
- Ulises Vázquez Espinoza
- pauloamc
- shishir06
- Deden Fathurahman
- Shawn Crigger
- Qcol
- taiar
- MetalMatze
- Blux
- Luis Leite
- José Tomás Tocino
- Marcelo Diniz
- Ernesto Acevedo
- Rodrigo Alves Mesquita