[19.02.2007 14:24] Lars Strojny wrote:
__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")).
Sorry to be pedantic. But __autoload() is not used by the ZF. ZF uses require_once. But you may use the ZF with __autoload(). That's IMO an important difference.
nico
