Functions and OOP · Newest 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(+): 2 | Views: 40 | Similar Tuts | Save it | View this 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: 20 | Similar Tuts | Save it | View this tutorial

Sending SMS from your website

This article explains how to send SMS from your website using the ClickATell API and a PHP class.
Functions and OOP » blog.dta.ro
Score(+): 0 | Views: 13 | 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(+): 0 | Views: 15 | Similar Tuts | Save it | View this tutorial

how many visitors online

Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
Functions and OOP » ineedtutorials.com
Score(+): 0 | Views: 23 | 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(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

Introduction to OOP

OOP stands for Object Oriented Programming. This is a short introduction to the concept.
Functions and OOP » retireat21.com
Score(+): 0 | Views: 21 | Similar Tuts | Save it | View this tutorial

PHP Script Tips - Creating Your Own Functions

This tutorial is going to help you about Creating Your Own Functions
Functions and OOP » dev.fyicenter.com
Score(+): 0 | Views: 19 | Similar Tuts | Save it | View this tutorial

Listing categories and sub-categories in a tree listing format

This tutorial will show you the basics of recursion abd how to list categories and sub-categories to the nth level in tree format in a directory kind of script
Functions and OOP » chipmunk-scripts.com
Score(+): 0 | Views: 22 | Similar Tuts | Save it | View this tutorial

Using the explode function in PHP

This tutorial is about Using the explode function in PHP
Functions and OOP » rawcliffe.wordpress.com
Score(+): 0 | Views: 14 | Similar Tuts | Save it | View this tutorial

Introduction to Functions

Learn how to use PHP functions with this basic guide
Functions and OOP » shadow-fox.net
Score(+): 0 | Views: 13 | Similar Tuts | Save it | View this tutorial

Text and Number Management Functions

This tutorial covers various different text manipulation and management functions, many of which are absolutely invaluable for your scripts
Functions and OOP » biorust.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

The Wonders of PHP's Magic Function: __toString()

For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
Functions and OOP » talkphp.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

BBCode

Learn how to Build A Function To Use BBCode in PHP
Functions and OOP » shadow-fox.net
Score(+): 0 | Views: 18 | Similar Tuts | Save it | View this tutorial

Creating User Functions

Learn How To Create User Functions
Functions and OOP » dev.fyicenter.com
Score(+): 0 | Views: 29 | Similar Tuts | Save it | View this tutorial