Welcome Guest, Not a member yet? Register   Sign In
Does this ever work?
#3

[eluser]jtkendall[/eluser]
In the future please use a more descriptive title.

Is this what you're looking for?

Code:
$this->load->database();
$this->db->where('field', 'value');
$this->db->order_by('field', 'asc');
$result = $this->db->get('table')->result();
foreach($result as $row):
//whatever you want to do here
endforeach;


Messages In This Thread
Does this ever work? - by El Forum - 11-11-2009, 08:59 AM
Does this ever work? - by El Forum - 11-11-2009, 09:02 AM
Does this ever work? - by El Forum - 11-11-2009, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB