bootstrap classnames and include paths in config
Hi there,
Thanks for releasing 1.8.0 (and all previous versions), a quick look at the latest version made me to send two questions:
1. why bootstrap class are Zend_Application_Bootstrap_Bootstrap and Zend_Application_Bootstrap_BootstrapAbstract and not just Zend_Application_Bootstrap and Zend_Application_Bootstrap_Abstract (like other cases like i.e. Zend_View and Zend_View_Abstract)? It's not intuitive...
2. Why in config file you are using PATH_SEPARATOR for includePaths? This can be a problem if the application has to be installed on 2 different systems which uses different PATH_SEPARATOR - in such case you should use different config files for these systems, and of course it's better to have one. IMHO in Zend_Application::setIncludePaths you should use for example ";" for implode and then PATH_SEPARATOR for set_include_path as it is now
thanks
jk