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

[eluser]The Revel[/eluser]
[quote author="Aken" date="1336606140"]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;
[/quote]

This worked... I had forgot to post before everyone replied... I thought (at first) it was gonna give me just balance as I was selecting only balance... but this code made it work, thanks.


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