Welcome Guest, Not a member yet? Register   Sign In
Pagination and routing
#3

[eluser]Skoobi[/eluser]
Hi cheers for your reply.

Is this what you mean with the getposts?

Model:
Code:
public function get_post_count()
{
  $query = $this->db->get('posts');
  return $query->num_rows();
}

the hover link is http://my_site.com/blog/5


Messages In This Thread
Pagination and routing - by El Forum - 06-16-2014, 05:32 AM
Pagination and routing - by El Forum - 06-16-2014, 11:49 AM
Pagination and routing - by El Forum - 06-16-2014, 12:02 PM
Pagination and routing - by El Forum - 06-16-2014, 03:10 PM
Pagination and routing - by El Forum - 06-16-2014, 04:35 PM
Pagination and routing - by El Forum - 06-16-2014, 11:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB