Re: [PHP] Classes, global objects, and pointers

2003-02-12 Thread Marek Kilimajer
John Hughes wrote: In this example which parallels a problem I am having in my real life script. I would like to have a global object, in this case $tester. I would then like to be able to store local references to this global object right inside the class. These are assigned byref in the class

[PHP] Classes, global objects, and pointers

2003-02-11 Thread John Hughes
In this example which parallels a problem I am having in my real life script. I would like to have a global object, in this case $tester. I would then like to be able to store local references to this global object right inside the class. These are assigned byref in the classes constructor. This s