Sreesekhar Palaparthy wrote:
Hi, How do i use a class which is implemented in C++ ,to create instances of that class in a PHP file ??
Can i use shared object concept to achieve this ??? Please help me with this problem.Thank You.



You need to write a php extension that will wrap the class and its methods.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to