Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27975 invoked from network); 10 Jun 2013 18:33:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2013 18:33:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.175 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.175 mail-ob0-f175.google.com Received: from [209.85.214.175] ([209.85.214.175:43751] helo=mail-ob0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/C2-30264-51C16B15 for ; Mon, 10 Jun 2013 14:33:57 -0400 Received: by mail-ob0-f175.google.com with SMTP id xn12so10367397obc.6 for ; Mon, 10 Jun 2013 11:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zstohwLOrNnMnx3O9LDaIiNSCaOnZMm3sBCMDXwSByU=; b=0dQHYlebjPTbbHrtTDOD9HIdb4c3rUVkFOEIkhsHwQ3kjrkv/oE4I+HRl/BnI9irEm Ts15OW5FZHDjZLZB8+2e1A64WdSYUB2hvwWxQ7MIPDWu88rUAAlmXi+QT3bJjwYQwG+d OF7Flz8d7Y18S85ABZadcDKxfPesZVP6kI1e8PbwsBHTbXguxqJD71+SyB31vgfpIRpM 1+ufHXTmcQt8NlFRQjo25q1mVLCGjje5fW3cVsuDOrB+WBiyw7gKcW5+fbcGtoN4PFYJ Jl7Wctj7KcsDZrnHCcFfWLFn16Or4Br9Jg41xf2okczbG2psu5KZuhaEnbBl+1hptb+e tbTw== MIME-Version: 1.0 X-Received: by 10.182.45.197 with SMTP id p5mr8936853obm.92.1370889234537; Mon, 10 Jun 2013 11:33:54 -0700 (PDT) Received: by 10.182.97.228 with HTTP; Mon, 10 Jun 2013 11:33:54 -0700 (PDT) Date: Mon, 10 Jun 2013 20:33:54 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=047d7b67637ad9e30e04ded105d7 Subject: Internal object orientation documentation available! From: nikita.ppv@gmail.com (Nikita Popov) --047d7b67637ad9e30e04ded105d7 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! We just published some rather extensive documentation on internal object orientation: http://www.phpinternalsbook.com/classes_objects.html This is part of a larger project aimed at documenting the engine and making it accessible to new contributors. Any feedback is appreciated! Thanks, Nikita --047d7b67637ad9e30e04ded105d7--