hi,
}
Thanks for your support
and.. sorry for my poor english
⚠ 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 30 October 2015 - 10:44 AM
hi,
}
Thanks for your support
and.. sorry for my poor english
Posted 02 November 2015 - 08:56 AM
no answer from a specialist .??
Posted 04 November 2015 - 12:44 PM
Try setting your add_action like this:
$crud->add_action('Articles', '' , 'FracturesController/list_articles', 'fa fa-list-alt')
and your function like this:
function list_articles($primary_key) { $crud1= new Grocery_CRUD(); $crud1->set_table('articles'); $crud1->where(`id_facture`,$primary_key); $output=$crud1->render(); $this->load->view('YourView', $output); }
Posted 16 November 2015 - 09:18 AM
ok its resolved
many thanks