I've got this code in an asp page:
Code:
dim obj
set obj = server.CreateObject("tstPrj.clsTest")
obj.test
and it works. What I'm looking for is the equivalent in PHP. Apparently my google-fu is lacking because I can't find anything.

tsgPrj is a homemade/VB activeX dll, btw.

Thanks for any insight you folks might have.