Loans - Mortgage - Internet Advertising - Cash ISA - Mobile Phones

PDA

View Full Version : using Design pattern - Single tone , How?


Master_Moving
Mar 6th 2007, 3:39 pm
mm im searching for the best way to use a single tone with PHP , im sure u have better ideas than i thought i would thank u all if u can share it with me , Really Appreciate , Thanks!

btw. its a class that i want to call once , and use it along the whole program.

phper
Mar 6th 2007, 10:53 pm
Have a look at this:
http://www.php.net/manual/en/language.oop5.patterns.php

Master_Moving
Mar 7th 2007, 8:46 am
thank u very much.