I have a question. It's pretty handy in JS to create objects like this:
test = { foo : { bar : "hello world" }, bar2 : "hello world 2" }
ve sonra gibi bunları kullanmak
test.foo.bar
test.bar2
Sınıfları beyan etmeden PHP böyle bir şey var mı?