Frameworks
Smarty Template Engine
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.
How does it work?Under the hood, Smarty compiles copies of the templates as PHP scripts. This way you get the benefits …
Posted in Frameworks
