2009/11/5 A.J. Brown <[email protected]> > Anyone have any ideas? I've been playing around with this all day and > can't seem to nudge into working. If I can't figure it out, I'll just > skip using the autoloader here and write my own method, but I don't > want to duplicate code. > > FYI, we used this method in another project, and it worked fine. >
Unless I'm missing something, the error you are getting states: > Zend_Exception: File "CP/Form/Login.php" does not exist or class > "CP_Form_Login" was not found in the file in > /home/ajbrown/Projects/ CitationPoint2/library/Zend/Loader.php on line > 88 however the file you gave defines a class called: "CP_Form". Rename the class to "CP_Form_Login" and all should work fine. -- Tim Fountain http://tfountain.co.uk/
