Welcome Guest, Not a member yet? Register   Sign In
Basic Pagination Help?
#5

[eluser]umefarooq[/eluser]
for this you have to check your query CI active record preparing correct query or not print your query using $this->db->last_query();

Code:
after this line
$data['query'] = $this->db->get('players');

echo $this->db->last_query();

where you want to sort your result here

$data['players'] = $this->players_model->get_players($per_page, $this->uri->segment(3));

or here

$data['query'] = $this->db->get('players');


Messages In This Thread
Basic Pagination Help? - by El Forum - 07-03-2010, 07:59 PM
Basic Pagination Help? - by El Forum - 07-03-2010, 10:27 PM
Basic Pagination Help? - by El Forum - 07-04-2010, 01:07 AM
Basic Pagination Help? - by El Forum - 07-04-2010, 04:11 PM
Basic Pagination Help? - by El Forum - 07-04-2010, 11:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB