Zend Form Custom Validation Path issues
问题 The issue: Plugin by name 'Spam' was not found in the registry; used paths: Zend_Validate_: Zend/Validate/ I have this on my bootstrap.php file (it's NOT a class): include_once 'config_root.php'; set_include_path ( $PATH ); require_once 'Initializer.php'; require_once "Zend/Loader.php"; require_once 'Zend/Loader/Autoloader.php'; // Set up autoload. $loader = Zend_Loader_Autoloader::getInstance (); $loader->setFallbackAutoloader ( true ); $loader->suppressNotFoundWarnings ( false ); //resource