I'm slowly working on a PHP driven, html-web front end state machine design
tool. It uses an XML repository for the data, and renders a PHP file for
execution. It is good for moderate sized scripts and even better for designing
the inside of objects.

It would be a perfect compliment to a UML design tool, also having a web based
front end. Anybody know if someone has one, is working on one, etc? I would want
it to generate the PHP code for the object framework, i.e.

class object0{
function object0(){;}
function as_shown_in_UML_diagram(){;}
}

class object1 extends object0{
function object1(){;}
function as_shown_in_UML_diagram(){;}
}

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to