angus
Joined: 2005/04/29
Messages: 111
Offline
|
|
|
|
First of all, thank you for your interest in Visual Paradigm product. Most people learn (or start using) UML or Object-Oriented Design with Class Diagram. I suggest you can take another approach. You may use the Sequence Diagram to model the interaction of the system. Following are few suggestion of using Sequence Diagram in your PHP application
1. Draw System-level Sequence Diagram to show the interaction between user and the system
2. Draw Subsystem-level Sequence Diagram to show the interaction between subsystems (could be a page) and user.
If you like, you can post some description of your application and then I can show you few example.
|
|
|
|