$obj = (object) array('hello' => 'world', 'sumandak' => 'tamparuli');

echo $obj->hello; //world