|
Posted by Phil Latio on 02/22/07 18:16
I am thinking of writing a utility that will read a class and output
something like the example below to the screen:-
Class: User
Variable Names: $name, $age, $sex
Function Names: addUser, editUser, approveUser, activateUser, deleteUser
I would like to be able to actually select which classes to process and
perhaps use a stylesheet to format the output. Even might look at adding
other information such as last modified date.
It doesn't look too difficult using "get_class_vars" and "get_class_methods"
but before I go off and do this, I wondered if any such thing already
exists?
Cheers
Phil
Navigation:
[Reply to this message]
|