Cheers! Just what I was looking for. :)
Rob
"David Otton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Mon, 6 Oct 2003 13:41:22 -0400, you wrote:
>
> >1) How can I create an array of classes so they could be referenced, for
> >instance: $array[$uniqueID][$class->var] = 10; ?
>
On Mon, 6 Oct 2003 13:41:22 -0400, you wrote:
>1) How can I create an array of classes so they could be referenced, for
>instance: $array[$uniqueID][$class->var] = 10; ?
>
>2) Would it instantiate when that particular element was used and would the
>constructor run at that point?
>
>3) Any way to
Greetings..
Doing some persistant connection socket-based PHP stuff and I'm trying to
figure out a few things:
1) How can I create an array of classes so they could be referenced, for
instance: $array[$uniqueID][$class->var] = 10; ?
2) Would it instantiate when that particular element was used a
Hi!
I have to create array of classes.
When I do it this way:
f add($sth)
$this->array[] = $sth;
it doesn't work :( when i'm trying to get class from there it says that this is not an
object.
How to do it rigth way?
4 matches
Mail list logo