CHAPTER 8

images

Templates

At the heart of MVC is separation of concerns, and nowhere in our framework is that more important than between the view and the controller. Typically, when one thinks about the front end (or client side) of an application, they think of HTML, CSS, and JavaScript. Throw in server-side interaction, and an unavoidable portion of PHP enters the picture.

What’s worse is we will often need to work with data, supplied to us by the controller, using PHP directly in our views. Many people have tried solving this problem with template languages (and parsers). It might not make a whole lot of sense—substituting PHP for yet another intermediary ...

Get Pro PHP MVC now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.