Hi, Just writing a bit about Zend_Application and I noticed that there was no easy way to change the suppressNotFoundWarnings in the autoloader. It may be useful to have this as one of Zend_Applications options or have a way of passing options to the autoloader via Zend_Application. I know this can be done in a bootstrap resource but would be better if you could pass suppressNotFoundWarnings during Zend_Application instantiation.
Also when adding namespaces to the autoloader how are these used, say I add MY_ and Zend_, this will load the SF_ and Zend_ namespaces using the Zend Framework coding standard of _ = directory seperator? Thx Keith
