PHP Tutorial

Advanced PHP: Using the Factory Pattern

The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created.
Functions and OOP » talkphp.com
Score(+): 0 | Views: 41 | Save it | Report it


Top 20 Similar PHP Tutorials

Advanced PHP: How to use the Singleton Design Pattern

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to just one. It's an easy pattern to grasp once you get past the strange syntax used.
Functions and OOP » talkphp.com
Score(+): 3 | Views: 74 | Similar Tuts | Save it | View this tutorial

PCRE Pattern

This tutorial helps you to learn more about extracting URLs
General » desilva.biz
Score(+): 3 | Views: 89 | Similar Tuts | Save it | View this tutorial

Advanced PHP

In this tutorial you will learn how to Abstract Classes to Define Rules
General » talkphp.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Advanced PHP / MySQL Interaction

In this tutorial I will show you how to connect to and select a database and then how to perform select, insert, update and delete actions on a MySQL database.
Database » webmasterstash.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Advanced PHP: Working with Interfaces

When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
Functions and OOP » talkphp.com
Score(+): 1 | Views: 60 | Similar Tuts | Save it | View this tutorial

Advanced Form Spell Checker

This tutorial will show you how to create a spell checker in PHP
Advanced » hotsnow.co.uk
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

ADVANCED Random Signature Generator

In this tutorial you will learn more about advanced Random Signature Generator - GREAT for forum signatures!
General » pixel-designz.net
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

Advanced PHP: PHP5's OOP Method Chaining

In this article, I'll be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4. This feature is called Method Chaining and enables us to do pretty cool things like...
Functions and OOP » talkphp.com
Score(+): 1 | Views: 55 | 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(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

Creating Joomla 1.5 Advanced Registration System

Learn more about Creating Joomla 1.5 Advanced Registration System
Advanced » prodevtips.com
Score(+): 0 | Views: 52 | 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(+): 1 | Views: 53 | Similar Tuts | Save it | View this tutorial