browse by tag: smarty
sort by
Smarty Template Engine Crash Course
in PHP added by goodphptutorials, on 22/5/2008 beginner tutorials smarty template
For those of you who have used PHP template engines, the basic concepts of Smarty should look quite familiar. In your PHP application you assign variables for use in the template, then you display it.
comment save reportSmarty Templates for Beginners
in PHP added by jelena, on 21/1/2007 beginner tutorials smarty template
This tutorial teaches you to implement the Smarty template engine into your web applications.
comment save reportThree-Tier Development with PHP 5
in PHP added by goodphptutorials, on 21/3/2006 advanced tutorials mysql php5 smarty tier
This article will demonstrate the power of three-tier development in PHP 5, using PEAR::DB_DataObject for the business logic and Smarty for display logic. I assume that you have some familiarity with HTML, Smarty, PEAR::DB_DataObject, MySQL, and PHP 5
comment save report