codeigniter3-snippets package
Snippets for php framework codeigniter
Example:-
- type
ci-buto get<?= base_url(""); ?>all snippets triggers starts with ci
Snippets list :-
-
type
ci-cto get controller class template. -
type
ci-mto get model class template. -
type
ci-buto get<?php echo base_url(""); ?> -
type
ci-etto get<?php ?> -
type
ci-tto get<?php ?> -
type
ci-ifto get alternate php if tag -
type
ci-ifelseto get alternate if else tag -
type
ci-foreachto get alternate foreach tag -
type
ci-llto get$this->load->library(''); -
type
ci-lhto getthis->load->helper(''); -
type
ci-ldto get$this->load->database(); -
type
ci-fv-set_rulesto get form validation set rules function template
if you are using config file to set form validation rules then use
-
type
ci-fv-c-baseto get basic template for form validation config file. and use -
type
ci-fv-c-set_ruleto get array for setting rules for form field. -
type
ci-conf-file-uploadto get file upload config file template. -
type
ci-db-getto get$this->db->get('table name',limit,offset); -
type
ci-db-get_whereto get query builder get where function. -
type
ci-db-insertto get guery builder insert function. -
type
ci-db-updateto get guery builder update function. -
type
ci-db-update-sto get query builder update function with string where condtion. -
type
ci-db-deleteto get guery builder delete function. -
type
ci-db-delete-sto get query builder delete function with string where condtion.
