> > As far as I know, its not a security issue, but a structure/design
issue.
>
> The issue is that in php you can't definitely say what type a variable
> is , whereas in c++ you can say this variable is a string, this one a
> int, ….
But, right because PHP is weakly typed, multiple constructors could be
handled easier, I suppose ... isn't true?