Cristian Bichis wrote:

Loading of routes is simple:

        $router = $frontController->getRouter();
        $router->removeDefaultRoutes();
        $router->addConfig($config, 'routes');

AddConfig calls getInstance method on route object, so you need to override this one as well. Get a closer look at a first line of your output:

Zend_Controller_Router_Route Object
(
    [_urlVariable:protected] => :

Do you see the class name? GetInstance instantiates incorrect object type.

--
Martel Valgoerad aka Michal Minicki | [EMAIL PROTECTED] | 
http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Idleness is not doing nothing. Idleness is being free to do anything." --
Floyd Dell

Reply via email to