Webmaster Tutorials -> Php Tutorials -> Class Tutorials

Sponsored Links

Classes and Object-Oriented Programming in PHP

Php | Object Oriented Programming
Author/Publisher | solarisedesign
In this tutorial I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation, allowing more complexity to be accessed from simple commands.

MySQL OOP Database Script

Php | Object Oriented Programming
Author/Publisher | PrimePHP.com
This MySQL OOP Database connection class was submitted by David Rosthorn and it makes MySQL queries more manageable by breaking down the key functions and features of the MySQL module found in all standard PHP installations and creates an environment that is a little faster to work with.

Classes and objects in PHP

Php | Object Oriented Programming
Author/Publisher | 999tutorials.com
Want to write better code in PHP? Then it's time for object orientated coding.

How to make a line chart with PHP

Php | Object Oriented Programming
Author/Publisher | PartDigital
Learn how to create a line chart class that can be used over and over again.

PHP Classes - OOP

Php | Object Oriented Programming
Author/Publisher | free2code.net
A beginner-level explanation of using classes with PHP.

Functions, Classes, and Objects

Php | Ad Management
Author/Publisher | free2code.net
Working with functions that help build an HTML form.

Expandable Form Validation Class : Part 2

Php | Advanced Php
Author/Publisher | LimitLess Studios
In Part 1 of this tutorial series, we created the core of our Class. In Part 2 here, we learn how to expand on our Class to allow form fields to be validated as well as returning and generating the many error messages when validating.

Expandable Form Validation Class : Part 1

Php | Advanced Php
Author/Publisher | LimitLess Studios
Learn how to create an expandable Form Validation Class using PHPs object oriented features that once complete, can be easily customized and expanded to suit your needs in the future with no changes to the base code

Building a Shopping Cart Class in PHP

Php | Advanced Php
Author/Publisher | codebeach.com
An introduction to building a class in PHP using a shopping cart as an example.

Classes and OOP in PHP

Php | Basic Php
Author/Publisher | codebeach.com
An introduction to classes and object orientated programming in PHP.

Sponsored Links

 
copyright © 2003-2006 RNEL.NET

all Free Webmaster Tutorials are properties of their respective owners

Valid XHTML 1.0 Transitional Valid CSS!

page loaded in 0.1291 seconds