where to save custom autoloaders in zend?
问题 I am trying to use phpThumb in my application by making a custom autoloader. class My_Loader_Autoloader_PhpThumb implements Zend_Loader_Autoloader_Interface { static protected $php_thumb_classes = array( 'PhpThumb' => 'PhpThumb.inc.php', 'ThumbBase' => 'ThumbBase.inc.php', 'PhpThumbFactory' => 'ThumbLib.inc.php', 'GdThumb' => 'GdThumb.inc.php', 'GdReflectionLib' => 'thumb_plugins/gd_reflection.inc.php', ); /** * Autoload a class * * @param string $class * @return mixed * False [if unable to