Posted by Schraalhans Keukenmeester on 02/13/06 19:49
Hi
Since PHP5 classes use the __constructor() method, and PHP4 still
requires the classname as constructor, is there an easy way to
incorporate both in my class definitions so the class is usable in both
versions?
I know php5 will look for an old style constructor if there is no
__constructor definition, but I am convinced this will be deprecated in
future versions...
KR
Schraalhans
[Back to original message]
|