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 » phptoys.com
Score(+): 4 | Views: 192 | Save it | Report it


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 » shadow-fox.net
Score(+): 5 | Views: 188 | Similar Tuts | Save it | View this tutorial

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.
Functions and OOP » talkphp.com
Score(+): 6 | Views: 222 | Similar Tuts | Save it | View this tutorial

Intro To Object Oriented

This is a detailed tutorial on getting started with OOP in PHP
General » stilisticdev.net
Score(+): 3 | Views: 136 | Similar Tuts | Save it | View this tutorial

Object Oriented Programming in PHP

This tutorial is about Object Oriented Programming in PHP
General » brainbell.com
Score(+): 2 | Views: 139 | Similar Tuts | Save it | View this tutorial

Intro To Object Oriented

Learn how to make Your First Class in PHP
General » stilisticdev.net
Score(+): 2 | Views: 117 | Similar Tuts | Save it | View this tutorial

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.
Functions and OOP » tutorialcode.com
Score(+): 4 | Views: 139 | Similar Tuts | Save it | View this tutorial

Introduction to Object Oriented Programming

This tutorial is a light into the world of OOP
General » shadow-fox.net
Score(+): 4 | Views: 141 | Similar Tuts | Save it | View this tutorial

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 » oopcenter.com
Score(+): 2 | Views: 150 | Similar Tuts | Save it | View this tutorial

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 » talkphp.com
Score(+): 5 | Views: 121 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 4 | Views: 153 | Similar Tuts | Save it | View this tutorial

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 » shadow-fox.net
Score(+): 4 | Views: 149 | Similar Tuts | Save it | View this tutorial

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 » deceptive-logic.com
Score(+): 2 | Views: 201 | Similar Tuts | Save it | View this tutorial

MySQL with PHP5 - Object Orientated Style

In this tutorial you can learn some thing about MYSQL and PHP5
Database » haugland.ca
Score(+): 3 | Views: 134 | Similar Tuts | Save it | View this tutorial

Database Abstraction with ADODB

This tutorial is going to help you to learn more about database Abstraction with ADODB
General » woolie.co.uk
Score(+): 2 | Views: 152 | Similar Tuts | Save it | View this tutorial

Using OOP with MySQL a mysql class

Learn how to create and use OOP with a mysql class
Database » shadow-fox.net
Score(+): 3 | Views: 231 | Similar Tuts | Save it | View this tutorial

Creating an advanced website shoutbox with PHP and MySQL

This tutorial is about creating an advanced website shoutbox with PHP and MySQL
General » avengex.com
Score(+): 3 | Views: 161 | Similar Tuts | Save it | View this tutorial

Object Orient Programming

This tutorial is about creating an Image Class in PHP
Functions and OOP » stilisticdev.net
Score(+): 3 | Views: 196 | Similar Tuts | Save it | View this tutorial

Remove OBJECT code using PHP

Using PHP to remove OBJECT code and replace it
General » scriptplayground.com
Score(+): 2 | Views: 280 | Similar Tuts | Save it | View this tutorial

Intro To Object: Option Variables in PHP

This tutorial helps you to know more about Option Variables in PHP
Functions and OOP » stilisticdev.net
Score(+): 1 | Views: 153 | Similar Tuts | Save it | View this tutorial

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! :)
Functions and OOP » combined-minds.net
Score(+): 3 | Views: 227 | Similar Tuts | Save it | View this tutorial