运行以下代码时出现错误
$value_sql = "SELECT test_fielf FROM `tbl_test` where `site_id`='".$sid."'";
$register_value = $db->fetchRow($value_sql);
echo $register_value;die();
错误 :Catchable fatal error: Object of class stdClass could not be converted to string