Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19937 invoked by uid 1010); 14 Mar 2006 21:25:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19922 invoked from network); 14 Mar 2006 21:25:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2006 21:25:01 -0000 X-Host-Fingerprint: 194.73.73.212 c2bthomr04.btconnect.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([194.73.73.212:16661] helo=c2bthomr04.btconnect.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FC/F9-55982-DA437144 for ; Tue, 14 Mar 2006 16:25:01 -0500 Received: from VaioCen (host81-138-95-202.in-addr.btopenworld.com [81.138.95.202]) by c2bthomr04.btconnect.com (MOS 3.5.9-GR) with ESMTP id EIQ83241; Tue, 14 Mar 2006 21:24:11 GMT Message-ID: <009e01c647ad$bc797ab0$ca5f8a51@VaioCen> To: "Internals PHP Mailing List" Date: Tue, 14 Mar 2006 21:24:52 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_009B_01C647AD.BB24C020" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Celebration and thank you - C++ class factory for php objects From: an.dromeda@btconnect.com ("Andrew Mather") ------=_NextPart_000_009B_01C647AD.BB24C020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To Jay Smith, Marcus Boerger, George Schlossnagle, Sara Golemon, Michael Walter in particular, and all who've kindly responded to my struggle to upgrade my C++ to handle my hopes on php, thank you. We now have a C++ class factory for generating Php objects derived from C++ classes, as I'd originally hoped. It wraps and hides the complexities of the creation process, but leaves the user to write simple handlers for each of the methods to be exposed as required. I've no idea how to make it available, if anyone else would find it useful, but for now I'll simply say thank you and get on with my coding. Cheers, Andrew. ------=_NextPart_000_009B_01C647AD.BB24C020--