Quote:
Originally Posted by ro8in
intresting stuff....
but why php can only extend one class?
|
PHP doesn't support multiple inheritance if that's what you mean. But you can derive a class from another class that is derived from another class and so on.