次のコードの実行中にエラーが発生します
$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