Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94166 invoked by uid 1010); 7 Sep 2004 08:45:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89263 invoked from network); 7 Sep 2004 08:43:29 -0000 Received: from unknown (HELO agnus.ngi.it) (194.185.88.9) by pb1.pair.com with SMTP; 7 Sep 2004 08:43:29 -0000 Received: from [192.168.1.2] (194-185-53-167.f5.ngi.it [194.185.53.167]) by agnus.ngi.it (8.12.9/8.12.1) with SMTP id i878hPLF004320 for ; Tue, 7 Sep 2004 10:43:26 +0200 Message-ID: <413D74B7.3070608@solarix.it> Date: Tue, 07 Sep 2004 10:43:35 +0200 Organization: Solarix Srl User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <4123D1B5.3080203@caedmon.net> <20040819090436.788cd2bf.tony2001@phpclub.net> <5.1.0.14.2.20040819103812.08419700@localhost> <20040820202721.58087.qmail@pb1.pair.com> <20040906122743.54253.qmail@pb1.pair.com> <20040906171446.66155.qmail@pb1.pair.com> In-Reply-To: <20040906171446.66155.qmail@pb1.pair.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Class Destruction / Reloading From: alex.pagnoni@solarix.it (Alex Pagnoni) Sara Golemon wrote: > If you need class redefinition, I would much sooner recommend > classkit_import() which will aggregate all the methods from a new class > definition over the top of an old class entry. (Note: It's been documented Sara, thank you very much for your suggestion. This should be enough for my needs, I'm going to study/test it. Redefining only is ok for me, anyway having the option of removing (hiding) a class may be interesting too. Alex