The question actually is this. Maybe I'm completely lazy, of course, but still. There are environments like Rational Rose and others, where you build different UML diagrams. The question is, are there any softwares where php code is automatically generated from UML or something else?
- As for php - hardly. Regarding c ++ / java - for sure. One question - what for? (This is quite serious, such tools can be sold quite normally, but I don’t believe in their usefulness in development) - alexlz
|
1 answer
I haven’t met from UML (and I didn’t find it especially), but here in various frameworks there is a code generator for CRUD operations with models.
- Where exactly? In ZF there is the ability to work through the command line. There you can generate a lot of things. Where else? - Vitaly Kustov
- Yii, CakePhp) - Ale_x
|