Hi Matthew,
> That _should_ work -- we do exactly this on the ZF website (though with
> template_path_stack, but it's the same idea). The only thing I can think
> of is that the module is not telling the MVC about its config, or that
> the view_manager config is nested when it shouldn't be.
>
> * Does Application\Module define a getConfig() method?
> * Is the 'view_manager' a top-level key in the config returned by that
> method?
Application\Module defines a getConfig() method:
public function getConfig()
{
return include __DIR__ . '/config/module.config.php';
}
And the view_manager is a top-level key. The template_map does work for
the layout script or the error templates. But not for the pagination
control script.
I also tried to copy that script inside my User module and in a couple
of other directories but nothing helped. But nothing helped.
Regards,
Ralf
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]