mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-24 14:13:11 +02:00
- spacing of jekyll tags at top of file - line wrap at 120 chars - url/link verification and move to bottom and order
517 B
517 B
title, anchor
title | anchor |
---|---|
Templating | templating |
Templating
Templates provide a convenient way of separating your controller and domain logic from your presentation logic. Templates typically contain the HTML of your application, but may also be used for other formats, such as XML. Templates are often referred to as "views", which make up part of the second component of the model–view–controller (MVC) software architecture pattern.