Welcome Guest, Not a member yet? Register   Sign In
How use class pagination with Join ?
#11

[eluser]Gravedigger[/eluser]
Ty Progr@mmer and Christian gilè, that's good now Wink
Code:
$this->db->get()->result();
and in my view
Code:
foreach($records as $row)
thanks a lot for your help !
#12

[eluser]Gravedigger[/eluser]
I have an other question.
The pagination is alright, i see the number ( 1 2 > ).
Is the first page of category, the 1 is in
Code:
<strong></strong>
and the 2 is the
Code:
<a >2</a>
But when i go on the 2, the article on the category change good, but the number of pagination stay the 2 on the
Code:
<a >2</a>
and page 1 on
Code:
<strong></strong>
.
I think that's the
Code:
$cur_tag_open
in the librarie of pagination, but i don't find how to resolve this.
#13

[eluser]Gravedigger[/eluser]
I found, i have declared the uri_segment.
Code:
$config['uri_segment'] = '4';
and now it's ok !
#14

[eluser]cideveloper[/eluser]
Even though we like to help it is always better when people learn and figure things out themselves. It makes the solution so much sweeter. Good luck with your project!




Theme © iAndrew 2016 - Forum software by © MyBB