browse by tag: templates
sort by
CRUD using jQuery and Codeigniter - Part 1
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui tabs templating
In this tutorial you will learn: 1. How to use jQuery with Codeigniter. 2. How to send Ajax request to perform READ operation. 3. How to use jQuery UI tabs widget. 4. How to use Microsoft’s jQuery templating plugin.
1 comment save reportCreating a Basic Template System in PHP
in PHP added by rizwan6feb, on 13/2/2010 beginner tutorials templates
This article shows you how to use the php include function to implement a template system in PHP. It will not be a full fledged template system, it will rather teach you how to setup a basic template system in PHP
comment save reportSmarty 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