On Wed, 2003-05-28 at 10:03, Derick Rethans wrote:
> On Wed, 28 May 2003, joerg mauz wrote:
> > 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 (ever
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 fo
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 t