I'm trying to plan out a PHP class. I might have to just use a plain old pencil and paper but I'd bet there's got to be a program to help you visually plan out PHP classes. I downloaded a program called Poseidon but its waaaayyy too complicated for what I'm trying to do - and that's just plan out a few basic PHP classes.

Jon

    Pretty much any generic UML modeling tool can be used. UML is supposed to be language neutral to some extent, after all.

      I've played around a little with StarUML. It seems pretty capable and is open source. There is an add-on module available for generating PHP code. I don't know if you would consider this to be "way too complicated" or not since I do not know what Poseidon is like.

        5 days later

        When I wrote about way too complicated - I meant that other programming languages have many more features not available in PHP. In Poseidon, it was hard to sift through the features to find things that were actually available in PHP to begin to sketch out my classes.

        Jon

          Write a Reply...