Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70859 invoked by uid 1007); 28 May 2003 14:09:00 -0000 Message-ID: <20030528140900.70858.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: jay@php.net Mail-Copies-To: jay@php.net Date: Wed, 28 May 2003 10:08:58 -0400 References: <000601c324e8$d1798300$680fa8c0@asterix> Lines: 27 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 216.94.11.234 Subject: Re: mapping c++ classes to php classes From: jay@php.net (Jay Smith) Maybe my original mail didn't get through, but this might help... http://www.tutorbuddy.com/software/phpcpp/ J Joerg Mauz wrote: > hi all, > > just one simple questions: > when I write a c++ extension for php (already done so far) are there any > mechanism > provided by php to map my c++ classes to php or do I have to write some > kind of > a php to c++ class wrapper (every member function for the php class will > call a native c > function that does the job) my self ? > > any ideas ? > thanks in advance > > cu > joerg