Passing variables to model list view
Hey guys. I've created a simple model called 'Guestlists' that will display attendees of an event(facebook event). Is there a way so when you visit 'fuel/guestlists/{fb_event_id}' in the admin page, it will use the fb_event_id to retrieve the list of members attending the event and display them using Data table.
Thanks in advanced,
skeen
Comments
'filters' => array('group_id' => array('default' => 1, 'label' => lang('form_label_navigation_group'), 'type' => 'select', 'model' => 'navigation_groups_model')),
https://github.com/daylightstudio/FUEL-CMS/tree/1.0