hello,

the cms i am working with (and which was written by my forerunner) is using method overloading several times. that was not a problem until now, where i am about to use it on a php4.3-server instead of an 4.0.6-server.

as i googled the web for my problem, i found

http://www.phpbuilder.com/mail/php-developer-list/2003022/0223.php

where i discovered this info:

It was never a feature, but a bug that you could redeclare methods. PHP

had never real method overloading.

does anybody know how i can use method overloading (or whatever it was :-) in 4.3.x? it may be a dirty solution cause i am neither interessted in changing the cms (a lot of work) nor have i the time to do so (damn).

thanks in advance for any hints and ideas.

stefan

    Write a Reply...