I've recently been embarking on a mission to completely eliminate PHP code from my view files, here is why.
What are Views?
Often when you're building a website or application, if you build from scratch you end up doing a lot of the same kinds of things, like turning requests into specific pages, handling form validation, caching, etc.
A long while ago (in the 70's according to http://c2.com/cgi/wiki?ModelViewControllerHistory)…