browse by tag: templates
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 reportSkinning Your Website
in PHP added by goodphptutorials, on 9/7/2007 content management skinning template
I've followed countless methods for skinning/theming my website and they've always been flawed with cross-browser compatibility issues or have serious security issues. This little script will help you skin your website without having to rely on bad coding or constant troubleshooting.
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 reportCreating a PHP-Based Content Management System
in PHP added by goodphptutorials, on 8/12/2005 CMS articles content management management templates
If you're going to run an intranet site, then you'll probably want a content management system (CMS)
comment save report