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
- Re: [PHP-DEV] mapping c++ classes to php classes joerg mauz
- Re: [PHP-DEV] mapping c++ classes to php classes Derick Rethans
- Re: [PHP-DEV] mapping c++ classes to php classes Per Lundberg
- [PHP-DEV] Re: mapping c++ classes to php classes Jay Smith