How to use the deployment diagram in PHP to easily find files which identify classes
Every programmer who uses object-oriented programming wishes for well documented classes. Well documented classes mostly imply a well-known static diagram of classes. Indeed, this diagram gives a general idea of classes and helps to easily find a class responsible for necessary action.
But what can we do if we need to find a file containing the definition of specific class, e.g. the one which is located in the static diagram? (more…)