Re: [fw-general] need help w/ autoloader in 1.8

2009-05-04 Thread Ralph Schindler
Its probably better if you stick with the 'Default' key, as it creates less amibiguity when it comes to class to location mapping for developers. As for JDeBord's experience I have to concur. Once you get your "head around it" the autoloader is simply elegant. Custom code just falls into pla

Re: [fw-general] need help w/ autoloader in 1.8

2009-05-03 Thread Mike Wright
Kendall Bennett wrote: I think you need to set the namespace to 'Default', not ''? Matthew suggested this in an earlier thread: $loader = new Zend_Application_Module_Autoloader(array( 'basePath' => APPLICATION_PATH, 'namespace' => '', // no resource namespace )); I think this lets t

Re: [fw-general] need help w/ autoloader in 1.8

2009-05-03 Thread Kendall Bennett
) http://www.amainhobbies.com From: Mike Wright Date: Sun, 3 May 2009 14:42:53 -0700 To: Zend Framework General Subject: [fw-general] need help w/ autoloader in 1.8 Hi all, I have been following devzone article by MWO'P, the reference guide, and thread by JDeBord subject: "Zend_Loader_Aut

[fw-general] need help w/ autoloader in 1.8

2009-05-03 Thread Mike Wright
Hi all, I have been following devzone article by MWO'P, the reference guide, and thread by JDeBord subject: "Zend_Loader_Autoloader match Zend_Loader functionality" ...and still failing to convert old style Loader to new Autoloader. My file layout is the recommended one and includes this tr