ID: 16600
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Feature/Change Request
Operating System: Any
PHP Version: 4.2.0
New Comment:
This is currently being discussed on ZE2.
It's useless to report such kind of reports. ZE2 will become what it
becomes. If people want such huge aspects to be changed, either bring
this up on the appropriate list or contribute.
Previous Comments:
------------------------------------------------------------------------
[2002-04-14 15:06:19] [EMAIL PROTECTED]
It would be nice if more than one class can be parent of my class.
<?php
class a {
function a() { }
}
class b {
function b() { }
}
class c extends a, b {
function c() {
$this->a();
$this->b();
}
}
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16600&edit=1