Код: Выделить всё
stdClass Object
(
[eventtype] => Windfall
[event] => You nearly double your worth
[year] => 0
)
Код: Выделить всё
Warning: Attempt to read property "year" on string in index.php on line 120
Warning: Attempt to read property "eventtype" on string in index.php on line 120
Код: Выделить всё
foreach($profile->fate as $key => $fate){
echo "Year ".$fate->year." ".$fate->eventtype;
echo $fate->event;
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... empt-to-re