Skip to content

asrul10/grocery_crud_snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grocery CRUD Snippets Sublime 2/3

Snippets API and Functions list for Grocery CRUD http://www.grocerycrud.com/ by John Skoumbourdis

Installataion

Install this snippets through the Package Control. Search for "Grocery CRUD Snippets myIgniter", install and enjoy!

Usage

tap g-{function/api name}

Example

g-crud

will result

$crud = new grocery_CRUD();
    
$crud->set_table('table');
$crud->set_subject('subject');

$output = $crud->render();