Learning LAMP web developement – 4. Templating systems. Back-end and front-end separation
Written on March 5, 2010 – 6:05 am | by Stan Kuhn |HTML templates are used in projects for simple reason to separate front-end static html pages from background functionality that delivers those pages to the user. This concept brings many benefits, one of them is possibility to independently maintain front-end a back-end of the application. Main benefits of using the templating systems are Clean code. To [...]

