Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46528 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36996 invoked from network); 27 Dec 2009 16:02:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2009 16:02:02 -0000 X-Host-Fingerprint: 188.62.49.6 6-49.62-188.cust.bluewin.ch Received: from [188.62.49.6] ([188.62.49.6:7074] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/78-26502-7F4873B4 for ; Sun, 27 Dec 2009 11:02:00 -0500 Message-ID: To: internals@lists.php.net Date: Sun, 27 Dec 2009 17:01:53 +0100 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 188.62.49.6 Subject: Are there zend classes "hidden" from php? From: hp@oeri.ch (Hans-Peter Oeri) Hi! As some already know, I'm using the holidays to prepare a proposal for error handling in extensions (https://saintcyr.oeri.ch/trac/php-intl/wiki/ErrorHandling). Digging through many zend internals, I wonder if there is a possibility to use a common ancestor class without cluttering namespaces in php. Something like class CommonErrorThings; class ResourceBundle extends CommonErrorThings; class Collator extends CommonErrorThings; in which CommonErrorThings is invisible to PHP and ResourceBundle/Collator offered to the user. Any doc and/or example link would be greatly appreciated Happy Holidays HPO