Hallo body,
i noticed that the Dispatcher drop a Exception when i use my Application
on Windows (XAMMP) and not in Linux (DEBIAN). Here is my Structure:
Zend_Loader::loadClass('Zend_Controller_Front');
$frontController = Zend_Controller_Front::getInstance();
$frontController->setControllerDirectory(array('default' =>BASEPATH .
'/controllers'));
$frontController->run('controllers');
Note that the Controller Directories are from /mandant/controllers AND
/core/controllers. When i use this on Windows with Xammp you must to
change the loadClass() method on Zend_Controller_Dispatcher_Standard
[292] from Zend_Loader::loadFile($file, $dir, true); to
Zend_Loader::loadFile( $loadFile , $dir, true);
Regards
Carlos