is there a way to see what code is executing when revoking a method?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-05-08T02:36:26Z Indexed on 2010/05/08 2:48 UTC
Read the original article Hit count: 261

Filed under:
|
|

to learn a library/framework i think the best way would be to use a class method and then see what code is executing in live.

then you see the method chain (input and output of each) and can also read the comments.

is there a such feature in any IDE or external application for php?

© Stack Overflow or respective owner

Related posts about programming

Related posts about ide