When I study skeleton application of Zend Framework 2, I want to add a label at upper-right of page to show the UserName who have logged in. But, I am confused at the code of the navigation bar that was defined in layout.pthml,how can controller communicate with the layout.phtml to modify it?
Thanks in advance!
Furthermore, I want a login form upper-right of page when user not logged in using a helper.But i don't know how to add a form using helper,what should i do?
