Posted by Tadeusz S. on 10/25/05 19:38
Hello
In Pascal, I use constructions like that
var SomeVar = object
SomeVar2 = object
end;
end;
etc., so I could put my object into another
object. Is this possible in PHP?
Some like:
class NameOfClass
{
class AnotherClass
{
}
}
?
The construction above is invalid, I tried.
But maybe I can do that another way?
TIA.
PS: sorry for my english.
--
greets
Tadeusz
Navigation:
[Reply to this message]
|