Closed rclanan closed 13 years ago
The latest Pagination is independence of Fuel\Core\Pagination.
I try to spend time updating the doc.
$pagination = \Hybrid\Pagination::forge(array(
'uri_segment' => 3,
'per_page' => 10,
'total_items' => 30,
));
echo $pagination;
Based on the documentation http://codenitive.github.com/fuel-hybrid/classes/pagination.html should extend the Fuel\Core\Pagination class. If you try and access set_config you get an error that it can't find that function.