Re: [PHP] Passing Object Refs throught Arrays

2003-01-30 Thread Tom Rogers
Hi, Thursday, January 30, 2003, 10:36:20 PM, you wrote: J> I'm having a problem, and I wrote this sample code to illistrate it. J> In this code, I'm trying to create a object, put it throught a que. I J> then want something to happen to this object, and this change to be J> reflected in the orig

[PHP] Passing Object Refs throught Arrays

2003-01-30 Thread James
I'm having a problem, and I wrote this sample code to illistrate it. In this code, I'm trying to create a object, put it throught a que. I then want something to happen to this object, and this change to be reflected in the original object. I am aware that PHP uses copy symantecs not refrence one