On Thu, 13 Jun 2002, brad lafountain wrote:

> There is no transpartent way of creating a c++ object from php. What you can do
> is create a php extension that will proxy the calls to your c++ object. Once
> you do that you can pass anything into your c++ class (querystring).
> 
>  take a look at ext/* in the souce distribution.
> 
>  - brad

You may also want to look at the Universe CORBA extension:

  http://universe.2good.nu

> --- Kevin Caporaso <[EMAIL PROTECTED]> wrote:
> > Is it possible to instantiate an object from one of my c++ shared libraries
> > (goo.so) and then call methods on that object?
> > 
> > How efficient is PHP's way of doing it? (if possible)
> > Also, can I pass things like the querystring and form data into that
> > instantiated object?
> > 
> > Thanks for any response!
> > $Kevin

-\- David Eriksson -/-

"I personally refuse to use inferior tools because of ideology."
                                                - Linus Torvalds 



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

Reply via email to