Welcome Guest, Not a member yet? Register   Sign In
help noob with select_sum
#9

[eluser]Bhashkar Yadav[/eluser]
simple way, you can pass your whole query into $this->db->query("SELECT ......."); like :
Code:
$rs = $this->db->query("SELECT .......");
foreach($rs->result_array() as $row){
.......
.......
}


Messages In This Thread
help noob with select_sum - by El Forum - 01-27-2012, 11:18 AM
help noob with select_sum - by El Forum - 01-27-2012, 12:46 PM
help noob with select_sum - by El Forum - 01-27-2012, 01:10 PM
help noob with select_sum - by El Forum - 01-27-2012, 01:18 PM
help noob with select_sum - by El Forum - 01-27-2012, 02:16 PM
help noob with select_sum - by El Forum - 01-28-2012, 05:10 AM
help noob with select_sum - by El Forum - 01-28-2012, 08:10 AM
help noob with select_sum - by El Forum - 01-28-2012, 08:48 AM
help noob with select_sum - by El Forum - 01-28-2012, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB