Welcome Guest, Not a member yet? Register   Sign In
is there any super easy cool trick to get the next id in codeigniter :))
#6

[eluser]xzela[/eluser]
you could probably write your own next() function to get all of the next ids

Code:
$this->load->model('client_model')
$data['client_ids'] = $this->client_model->getClientIds();


then, location the current id and walk up/down the array tree based on where you're at.


it could work.


Messages In This Thread
is there any super easy cool trick to get the next id in codeigniter :)) - by El Forum - 07-24-2009, 06:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB