Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
hw show pagenation link ? how to use render function
  • 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.
  • 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.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion