Snippets API and Functions list for Grocery CRUD http://www.grocerycrud.com/ by John Skoumbourdis
Install this snippets through the Package Control. Search for "Grocery CRUD Snippets myIgniter", install and enjoy!
tap g-{function/api name}
g-crud
will result
$crud = new grocery_CRUD();
$crud->set_table('table');
$crud->set_subject('subject');
$output = $crud->render();