$this->grocery_crud->set_table('table_name')->where('field_name', 'value')
2) It's possible to filter a relation ?
3) Can I use SQL commands with Grocery
4) Can I create a select manually?
Thanks to all!
⚠ 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. ⚠
Posted 10 March 2012 - 13:54 PM
$this->grocery_crud->set_table('table_name')->where('field_name', 'value')
Posted 11 March 2012 - 11:40 AM
$crud->set_relation('idUser','users','surname',array('status' => 1));