Thread
:
get object's instance
View Single Post
04-22-2006, 03:05 PM
#
4
(
permalink
)
DJMaze
Senior Contributor
Join Date: Mar 2005
Posts: 733
You need a compiler that supports RTTI and then use
PHP Code:
typeid
(*
this
).
name
();
DJMaze
View Public Profile
Find More Posts by DJMaze