$config = array(<br> 'pagination_url' => \Fuel\Core\Uri::base() . 'aa/?search=' . \Input::get('search'),<br> 'total_items' => $count,<br> 'per_page' => 20,<br> 'uri_segment' => 'page',<br> 'show_first' => TRUE,<br> 'show_last' => TRUE<br> );
It looks like you're new here. If you want to get involved, click one of these buttons!