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

(This post was last modified: 07-28-2022, 06:06 AM by JustJohnQ.)

Your model returns an object. You try to store this object in the variable $details.
add a line before calling your model:
$details = new stdClass();

Whoops, ignore that. That doesn't make sense. I guess I didn't have enough coffee there.
Reply


Messages In This Thread
RE: Object of class could not be converted to string - by JustJohnQ - 07-28-2022, 05:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB