Re: [PHP-DEV] mapping c++ classes to php classes

2003-05-28 Thread Per Lundberg
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

Re: [PHP-DEV] mapping c++ classes to php classes

2003-05-28 Thread 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 fo

[PHP-DEV] mapping c++ classes to php classes

2003-05-28 Thread joerg mauz
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