How to deduce im value from this object?
object(stdClass)#43 (3) { ["num_rows"]=> int(1) ["row"]=> array(1) { ["im"]=> string(58) "Images/Goods/medium/592778.jpg" } ["rows"]=> array(1) { [0]=> array(1) { ["im"]=> string(58) "Images/Goods/medium/592778.jpg" } } }
$obj->row['im']not? - Dmitriy Simushev