Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7864 invoked by uid 1010); 13 May 2005 16:32:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83242 invoked from network); 13 May 2005 16:22:28 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 13 May 2005 16:22:28 -0000 X-Host-Fingerprint: 64.233.162.207 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.207:14532] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 96/FE-36148-444D4824 for ; Fri, 13 May 2005 12:22:28 -0400 Received: by zproxy.gmail.com with SMTP id 40so1604551nzk for ; Fri, 13 May 2005 09:22:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gGcuEpY6cMA2e63b6FcIH2A4MYnc36we5UZjO4Ja022++X6n001uGDdoFIfD9VHQ9WBJc186XqMzc/2T/Q9TcnxwQ/mvAcPb7nBbfZ7LeW9MseX1QT24kRIRM5n9WGUltbz5j2Yq5WFU8ppCpWwysHmQYVzm0caRtDXF3D5RqeY= Received: by 10.36.119.4 with SMTP id r4mr1114727nzc; Fri, 13 May 2005 09:22:24 -0700 (PDT) Received: by 10.36.34.5 with HTTP; Fri, 13 May 2005 09:22:24 -0700 (PDT) Message-ID: Date: Fri, 13 May 2005 18:22:24 +0200 Reply-To: Alex Knaub To: Marcus Boerger Cc: internals@lists.php.net In-Reply-To: <848583652.20050513173547@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4qdcz84j.fsf@random.internal> <427FA67E.2020506@omniti.com> <427FC9D1.1030607@php.net> <1593508501.20050512234816@marcus-boerger.de> <848583652.20050513173547@marcus-boerger.de> Subject: Re: [PHP-DEV] Re: new overloading feature? From: aknaub@gmail.com (Alex Knaub) Hello Marcus, 2005/5/13, Marcus Boerger : > > what is a class based language? >=20 > It means the language is based around the idea that all objects refer to= a > certain class and you cannot dynamically add, change or remove members > (though php allows to dynamically add properties). ok, this makes the hole thing clearer. Now i understand the idea behind the php object model. thank you.