Reputation: 330
I did a project on web application using procedural php(didn't used oop concepts).
for the documentation purpose i am supposed to design UML models for my application.
as we all know that,UML is object oriented, how can i achieve uml for procedural php??
is there any possibility for doing this? other than changing my code to object oriented!
if possible please mention which diagrams i must design.
I searched in web, but i didn't found proper information.
i was totally confused, please help me out with this.
thanks in advance :)
Upvotes: 2
Views: 460
Reputation: 24474
Of course, you can't use the class diagram(directly). It, and only it is about OOP.
But all other diagrams are opened for use. For example:
Upvotes: 2