I have been working with fuelphp for about a week now and I really enjoy the framework. The only thing that I cannot seem to get is pagination. I have found a handful of examples online on how it should be implemented but nothing has worked for me. The is basically how I am setting things up.
I am able to verify little things like the Model_Post count being retrieved correctly and the $data['posts'] variable returns data, but every time I check $data['example_data'] I get an empty string and can't figure out why... Do I have to include anything special in my controller to use Pagination? This project is using the orm package. I am not sure if that makes a difference. Any help is greatly appreciated!