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

[eluser]smilie[/eluser]
Just read once more what vbsaltydog said;

Let me give you a hint:

[quote author="vbsaltydog" date="1327693579"]From the user guide:

Quote:
Code:
$this->db->select_sum('age');
$query = $this->db->get('members');
// Produces: SELECT SUM(age) as age FROM members

You are calling the select_sum() method of the db class after you run your query using get_where() which is wrong.

[/quote]

So, hints:
- after;
- code vbsaltydog already posted from user guide...

MegaHint of the day: 'before' ;-)

Cheers,
Smilie


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