Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Orm
hw show pagenation link ? how to use render function
Gaurish
December 2013
im working on Pagination,
I'm able to get data from the database, but not able to provide the pagination link.useing
the render function so please provide the help needed.
her is the below link:
http://techzephyr.in/error/pagenation demo.htm
Harro
December 2013
The output of Pagination::render() is HTML.
So either do the rendering in your controller, and pass the result to the View using set_safe() to disable output encoding, or pass the Pagination object to the View, and echo (or let in render) in there.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
December 2013