Hi,

> Is there a way to wrap existing c++ classes into a PHP class (via an 
> extension) ?

This usually happens by writing an extension for PHP, although C is
the common language to do this:

  http://www.php.net/manual/en/zend.php

-daniel



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to