Welcome Guest, Not a member yet? Register   Sign In
How do I use Codeigniter pagination inside Twig views?
#2

You can simply add that function as part of the data array that will be sent to the view in your controller, like so:

Code:
$data['pagination'] = $this->pagination->create_links();

Then in your twig template, you echo the variable:
Code:
{{ pagination }}
Reply


Messages In This Thread
RE: How do I use Codeigniter pagination inside Twig views? - by sammyskills - 11-24-2020, 04:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB