Hi, Am Montag, den 19.02.2007, 14:01 +0100 schrieb André Hoffmann: [...] > 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).
__autoload() is of course used in ZF. A lot of tutorials suggest to
either define function __autoload($className)
{ Zend::loadClass($className) } or to do
spl_register_autoload(array("Zend", "loadClass")). Not just as a matter
of this fact it is definitely a bug and should be fixed. Thanks for your
hint.
Greetings, Lars
--
"Kriterium des Wahren ist nicht seine unmittelbare
Kommunizierbarkeit an jedermann"
-- Theodor Wiesengrund Adorno, aus: »Negative Dialektik«
name: Lars H. Strojny web: http://strojny.net
street: Engelsstraße 23 blog: http://usrportage.de
city: D-51103 Köln mail/jabber: [EMAIL PROTECTED]
f-print: 1FD5 D8EE D996 8E3E 1417 328A 240F 17EB 0263 AC07
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
