Basically, IMO, you want to know if the object is instantiated from the Person class, or from the BaseBean class.
thats not the point, i just wanna know if this mehtod is declined in the object that calls the insert function
but it was my fault, method_exists works, with correct parameters ;-)
in this case (using extends) $this IS the person object, so method_exists returns true
so, my problem is solved, thx a lot
but i just dont know why function_exists doesnt work the way it should...