[PHP] pobierz, plaintext $T = new stdClass(); foreach($data as $v){ $T->$v = new otherClass(); $T->$v->var1 = 'test'; $zm = $T->$v; }[PHP] pobierz, plaintext