A diagram for Procedural PHP pages?
问题 I have an application made with php. It is not object oriented. But there is a logic between pages. Example: if connected go to page A , else go to page B Is there any diagram to represent this logic between php pages? Can I use UML sequence diagram in this case even without POO ? 回答1: You could use a wireframe profile for this. Each screen is a class (which might consist of classes for widgets). Now you may use controller classes, if if you had coded the, procedural. That could show the