So I managed to run Zend_Layout and I got to the "load of questions" point.
OK, I get the idea of 2 step design but can't get it working ;) I mean logically ... I have controller NewsController in witch I have action show so I fetch all news in this action and want to show it on layout without wondering about navibar (kept in DB) or anything else. How am I supposed to retrieve navi bar in my layout. Using $this->layout()->render() doesn't actually dispatch my action, right? it only renders script. I tried to use view plugins ... But it's quite weird place to put navi fetch logic in it? ... I want to get the idea right, I used Smarty and templates so far and I'm just used to that approach. -- Łukasz Wojciechowski
