(My) View Classes - overkill?
This entry was posted by Colin at 12:12 on February 8, 2012 and is filed under Kohana.
I'm using the Kohana PHP framework at work, and realised the other day that I was going to have to set the page title in the controller, as there's no practical (and non-using-globals) way to get values from the content view, into the main layout template.