Welcome Guest, Not a member yet? Register   Sign In
Why this error appears stdClass::$pic_item?
#2

READ the error message! You are looping through a query result, assigning each to $pic_item. Then, in your view, you attempt to reference the pic_item property of $pic_item, and you are being told that $pic_item is not an object. Do a var_dump of $pic_item to see what it is.
Reply


Messages In This Thread
RE: Why this error appears stdClass::$pic_item? - by ciadmin - 01-22-2017, 10:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB