Posted by Josip Dzolonga on 04/08/05 14:50
silverio.di@qem.it wrote:
>
>
>Hi to all,
>I'm a C++ programmer and I've to convert some simple classes
>from C++ to PHP. My toolbar_button class must have two or more
>constructors so I ask you if this is possible with PHP:
>
You can't overload a constructor, I mean a function in PHP. Maybe
extending two classes from the base would be a good work-around.
Hope this helps,
--
Josip Dzolonga
http://josip.dotgeek.org
jdzolonga[at]gmail.com
[Back to original message]
|