Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2049 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69057 invoked from network); 28 May 2003 08:03:11 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 28 May 2003 08:03:11 -0000 Received: from jdi.jdimedia.nl (jdi.jdimedia.nl [212.204.192.51]) by jdi.jdimedia.nl (8.12.4/8.12.4) with ESMTP id h4S839h5016984; Wed, 28 May 2003 10:03:10 +0200 Date: Wed, 28 May 2003 10:03:09 +0200 (CEST) X-X-Sender: derick@jdi.jdimedia.nl To: joerg mauz cc: internals@lists.php.net In-Reply-To: <000601c324e8$d1798300$680fa8c0@asterix> Message-ID: References: <000601c324e8$d1798300$680fa8c0@asterix> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] mapping c++ classes to php classes From: derick@php.net (Derick Rethans) Hi, On Wed, 28 May 2003, joerg mauz wrote: > 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 ? You need to write such a wrapper yourself. regards, Derick -- "my other box is your windows PC" ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ International PHP Magazine http://php-mag.net/ -------------------------------------------------------------------------