⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How crud columns use in Grucery CRUD



phpcoderhanann

phpcoderhanann
  • profile picture
  • Member

Posted 17 December 2015 - 08:09 AM

$crud = new grocery CRUD();

 

$crud->set_theme('datatables');

 

$crud->set_table('users');

 

$crud->columns('name','email','password');