<?php class PlayerItem { public $item_id = 17073; } $test = array("212"=>new PlayerItem()); var_dump($test[212]->item_id);
You have javascript disabled. You will not be able to edit any code.