Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPBuilder.com:
Smarty PHP Template Engine: Building PHP Apps in a Flash
Aug 10, 2011 @ 15:29:12

On PHPBuilder.com today there's a new tutorial from Octavia Anghel introducing you to Smarty, a PHP-based templating engine that can make creating the layouts and output of your site simpler and easier to reuse.

Smarty is a template engine for PHP whose main goal is to facilitate a very useful way to separate the business logic from the presentation logic. This article introduces Smarty and demonstrates how to install the template, create an application from scratch and interact with a database.

Installation of the tool is simple and using it is as easy as including the Smarty class, configuring it a bit through method calls and outputting to a template (tpl) file. A both a "Hellow World" and slightly more complex example using database results to build a table are included.

tagged: smarty tutorial introduction hellowworld database table template

Link:


Trending Topics: