|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-10 14:58 UTC] joey at cvs dot php dot net
[2000-03-16 17:33 UTC] christophe dot massiot at mail dot dotcom dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 19:00:01 2026 UTC |
I was wondering if it would be possible to add multiple inheritance support in PHP4, i.e. the syntax : class foo extends bar1. bar2 { } I am working on a heavily object-oriented project, and that would spare me the trouble of having lots of objects nested into objects.