Hi,
can I write my own c/c++ libraries/classes and use them with php, something similar to components? We're planning to work on a web project and still debating whether to go with java server side or php? your help is very much appreciated.
cheers, mike
All of the PHP functions are implemented as extensions. In many cases, preexisting libraries have been interfaced with PHP to do so. Get the sources, look in the "ext" directory for examples.
I'll do that. Thank you.