Welcome Guest, Not a member yet? Register   Sign In
Object of class stdClass could not be converted to int
#4

[eluser]Aken[/eluser]
In your query, you're setting $balance to your entire DB row (a stdClass object in this case). You want to do this:

Code:
$balance = $query->row()->balance;


Messages In This Thread
Object of class stdClass could not be converted to int - by El Forum - 05-09-2012, 01:00 PM
Object of class stdClass could not be converted to int - by El Forum - 05-09-2012, 01:02 PM
Object of class stdClass could not be converted to int - by El Forum - 05-09-2012, 02:54 PM
Object of class stdClass could not be converted to int - by El Forum - 05-09-2012, 04:29 PM
Object of class stdClass could not be converted to int - by El Forum - 05-09-2012, 05:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB