PHP Tutorial
Creating an object oriented MySQL abstraction class
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
Database »
Top 20 Similar PHP Tutorials
Creating a Templating System Using Object Oriented Programming in PHP
In this tutorial you will learn more about Creating a Templating System Using Object Oriented Programming in PHP
General »
Object Orientated: Creating an Advanced Pagination Class
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
Object Oriented Programming in PHP
This tutorial is about Object Oriented Programming in PHP
General »
Introduction to Object Oriented Programming
This basic introduction to object oriented programming in PHP will take you through the process of creating your first class and show you how you can use it in your very own website.
Introduction to Object Oriented Programming
This tutorial is a light into the world of OOP
General »
Creating a mail sender class with PHP
In this tutorial the author will show you how to create a simple mail sender class in PHP.
General »
Complete Walkthrough: Creating a Gallery Class
In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a few of the tips and tricks that many of you will have picked up if you've been followed the developments here at TalkPHP.
Basics »
Creating a simple mail sender class with PHP
In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
General »
Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table
Learn how to Create A Scaffold-like Class in PHP or An Automatic CMS For a Table
General »
MySQL Class
This tutorial will show you the basics of creating a class that will handle your basic MySQL functions, as well as handle some error reporting so you dont have to add "or die(mysql_error());" to your mysql querys.
Database »
MySQL with PHP5 - Object Orientated Style
In this tutorial you can learn some thing about MYSQL and PHP5
Database »
Database Abstraction with ADODB
This tutorial is going to help you to learn more about database Abstraction with ADODB
General »
Creating an advanced website shoutbox with PHP and MySQL
This tutorial is about creating an advanced website shoutbox with PHP and MySQL
General »
Object Orient Programming
This tutorial is about creating an Image Class in PHP
Intro To Object: Option Variables in PHP
This tutorial helps you to know more about Option Variables in PHP
Object Orientated programming in PHP: The absolute basics
In this tutorial Combined-Minds.net will teach you the basics of OO-programming in PHP. Don’t know what I’m talking about? Read it! :)






