Hi
I'm using the following as a way of seeing listing the various methods in my developement
print basename(__FILE__) . "::serve_table()"
is there any function that's able to return the name of a class method so I don't have to trpe it each time?