Zend Framework 2 - Layout and variable

前端 未结 6 866
醉梦人生
醉梦人生 2021-01-31 04:50

i have a layout used by all my views and i need to assign a variable from a controller to this layout , if i use this method on a controller it doesn\'t work :

p         


        
6条回答
  •  半阙折子戏
    2021-01-31 04:53

    If you want to pass values to your layout globally then you can refer this : https://stackoverflow.com/a/21455737/2190889

提交回复
热议问题