browse by tag: presentation
sort by
Modular PHP Development with FastTemplate
in PHP added by goodphptutorials, on 5/2/2006 advanced advanced tutorials content logic modular mvc presentation seperation
This article will demonstrate how to divide logic from presentation and presentation from content. In the end, a web page will consist of three files: one PHP file with all page logic, one HTML file containing the presentation, and one or more language files that will hold the texts for the page.
comment save report