It looks like you're new here. If you want to get involved, click one of these buttons!
public $filters = array('last_name', 'email', 'postcode', 'order');
$config['modules']['bookings'] = array(
'sanitize_input' => array('template', 'php'),
'exportable' => TRUE,
'advanced_search' => TRUE
);
Comments
... 'filters' => array('category' => array('type' => 'select', 'label' => 'Category', 'model' => array(FUEL_FOLDER => 'fuel_categories_model'), 'first_option' => 'Select a form...') );