Hi, I'm currently working on an UML export/import tool for PHP 5 as there is absolutely no fully functional open source tool available at the moment.
After reading the ZF roadmap I wasn't sure whether or not this is something that would make sense in the Zend Framework. If so I'd be willing to contribute, since I guess that I'm not the only one who's in need of a tool like this. What do you think? While reverse-engineering the ZF for testing purposes I came across some major Coding Standard differences in the Zend Framework concerning the classes in Zend/Pdf/Resource: For example Zend_Pdf_Image is not(as you would guess by the name) located in Zend/Pdf/Image.php, but in Zend/Pdf/Resource/Image.php. I couldn't double-check this with the Coding Standard though as the wiki seems to be down(502 Proxy Error). I'm aware that __autoload is not used in the Zend Framework and therefore this is not such a big deal, but since I'm a fan of the "class name represents the location"-model I'd like to mention it at least(given the almost final stage of the ZF). -- best regards, André Hoffmann
