views:

67

answers:

3

Hii..

I am making a project on Invoice Management System. Its an online system and I am using php for its coding. In my code I am not using any classes. So which diagram will be appropriate for me to include in Technical Specification Document(as I cant use any class diagram).

Thanks in advance....

A: 

I guess you are talking about UML.

The sequence diagram will bring a lot of value in you document.

Pierre 303
A: 

if you are not using any class, class diagram will not be useful.

you can try drawing Sequence diagram in order to describe your flows.

Baget
A: 

It really depends on the audience - best impact is to talk to who reads these.

State diagrams are good for high level demonstration; Sequence diagrams are worth considering when you want to show more detail.

OMG Ponies