On 1/22/12, Gour <[email protected]> wrote: > Using Doxygen output, probably takes care of wrapping C API only, while > there would still be work to produce higher-level bindings in the > sporit of D language, right?
The php generator creates a C API that's built into a DLL and a php OOP wrapper. This is what some sample php code looks like: http://paste.pocoo.org/show/538858/
