Home

Submit

Source

Feeds

Home » PHP » Templates ::

PHP Templates
In this tutorial, I'll explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, I'll show you some of the competitors, why I didn't like them and why in the end I choose to work with ITX in my own scripts.We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. If you are not familiar with PEAR's DB abstraction layer.
Related Tutorials
PHP Templates
Introduction to using PEAR HTML_Template_IT Package
PHP / Templates
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong initial grasp on creating templates using PEAR and the HTML_Template_IT package. This is great for creating template files (.tpl files) and making your website more easily editable. It also helps organize your website when it gets big with lots of PHP files and you can change certain aspects of your site easily as well.

Site: tutorialcode.com Report - View Tutorial

PHP Templates
Creating a Templating System Using Object Oriented Programming
PHP / Templates
When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the structure (HTML) from the style (CSS) from the code/content (PHP and database) with PHP's object oriented programming functions.

Site: www.shadow-fox.net Report - View Tutorial

PHP Databases
Database Abstraction - PEAR::DB
PHP / Databases
In this tutorial I'll introduce you to the PEAR::DB classes. Alot of people use the mysql-specific functions to get at information in their SQL database. Porting code to other databases can be tiresome and annoying, use PEAR::DB and all that changes.

Site: www.webdesign.org Report - View Tutorial

PHP PEAR
Introduction to PEAR
PHP / PEAR
The PHP Extension and Application Repository (PEAR) brings this philosophy to PHP.Among other things, PEAR is a collection of reusable, open source code for use in PHP applications. The code is organized as a selection of files that act as wrappers giving convenient access to various PHP functions or extend PHP in some way. The files, collectively known as a "package," are easily obtained using the PEAR Package Manager.

Site: codewalkers.com Report - View Tutorial

PHP PEAR
Create a WebService with PEAR::SOAP
PHP / PEAR
In this tutorial we will see how it's easy to create a webService using PEAR.

Site: www.sephiroth.it Report - View Tutorial

PHP Membership
Permission System
PHP / Membership
This tutorial will not cover building a login (user) system. This tutorial will only cover how to expend your login system to create permissions for users.

Site: www.13dots.com Report - View Tutorial

PHP News and RSS Feeds
Creating a News System with PHP - Part 2
PHP / News and RSS Feeds
This is the part 2 of my news system, it will teach you how to make a complete news system for your site.

Site: codewalkers.com Report - View Tutorial

PHP Membership
Secure Login System
PHP / Membership
PHP User system, With optional activation email. Session run on mysql. Lots of addons!

Site: rmb-scripting.com Report - View Tutorial

PHP Databases
Database Abstraction with PEAR
PHP / Databases
So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company won't be using MySQL anymore. You're moving to Oracle. Your application is dead in the water. You should have used database abstraction.

Site: codewalkers.com Report - View Tutorial

PHP Date and Time
Creating a count down system
PHP / Date and Time
In this tutorial I will show you how to create a simple count down system.

Site: www.phptoys.com Report - View Tutorial

PHP News and RSS Feeds
Building a News Management System
PHP / News and RSS Feeds
Create a news system for your site.

Site: www.allsyntax.com Report - View Tutorial

PHP Databases
LiveThunder's Login System
PHP / Databases
I'm going to explain how to create a login system. It's not so hard, you only have to know HOW to do.

Site: www.livethunder.com Report - View Tutorial

PHP Getting Started
How to create a basic rating system
PHP / Getting Started
This article shows you how to create a simple and easy to use file based rating system with PHP.

Site: www.phptoys.com Report - View Tutorial

PHP Membership
A Complete Membership System
PHP / Membership
In this multi-page article I'm going to show you how to set up the server side scripting for a complete membership system, including everything from registration, to changing your password, validation emails, etc.

Site: biorust.com Report - View Tutorial

PHP Databases
Affiliate System
PHP / Databases
A full affiliate system for you to add your affiliates!

Site: www.webdesign.org Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement