Zend Framework 2 - Set Template Path for Module
问题 I googled alot and couldn't come up with an answer... I'm using the tutorial-skeleton application. It automatically includes under 'view/album/album' the html files corresponding to my actions like add or index. I'm using a submodule and the standard loading won't find my html-files. I followed this guide for setting a custom template path. This works for the index because here I use a ViewModel instance. But my add/delete/edit actions just return an array like this one. Is there a way to