Re: [PHP] OOP class names

2002-10-02 Thread Debbie Dyer
I told you something incorrectly yesterday:- -> "From what you say you dont want get_class_name because this gives you the name of the class not the instance of it." get_class is PHP's function for getting the name of a class not get_class_name Sorry - I must have been thinking in Java mode. D

Re: [PHP] OOP class names

2002-10-01 Thread Debbie Dyer
>From what you say you dont want get_class_name because this gives you the name of the class not the instance of it - which is really no different from asking how to get the name of any var. I dont really know why you would want to do this unless you are dynamically naming the objects. There is