NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

singleton design pattern
38120 singleton design pattern http://blog.dougalmatthews.com/2008/04/design-patterns-the-singleton/ The singleton design pattern is a way of enforcing only one instance of an object. This is achieved by making 3 fairly simple steps to a class. Firstly making the constructor private, creating a static member variable that will contain the instance and then creating a static method for accessing the instance. PHP > Tips and Tutorials > Miscellaneous May 17, 2008 Dougal Matthews send email to Dougal Matthews

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark singleton design pattern:


Other links owned by this user
ReaJPEG is our popular image converter, allowing you to convert images from most commonly used graphic formats to JPEG. You can convert you images to JPEG either one by one or all at once as a batch job.
Category:

This is a simple news application that is easily configured and formatted to adapt to any existing website. A simple, 1 line PHP file inclusion will place the "Top Story" column wherever you choose on your website.
Category:

Understand the Catalyst Framework and MVC architecture
Build and test a site with Catalyst
Detailed walkthroughs to create sample applications
Extend Catalyst through plug-ins
Category:

Understand what accessibility really means and why it’s important
Ensure that content editors and writers publish accessible articles
Create accessible Joomla! Templates
Understand Assistive Technology (AT) and the needs of people with disabilities
Category:

How this script earns you money



Via ad sense and other adverts
Commission from commission junction affiliate program, earn commission by referring clients to eBay.
Add searches specific to your website content.

Web server requirements: supports .shtml files
Category:

Install PHP5 on Windows Machine (Windows 98/Me or Windows NT/2000/XP/2003).

This tutorial is intended for installations running on Apache server 2.0.5x. Apache versions 2.2 and greater are not supported!
Category:

How to test: To use this conversation tool, you must first have agreed upon a code phrase with your co-chatters.
Type the code phrase in the form below and the software will check if there's an ongoing chat corresponding to that code. If it is, it will let you log into the chat room, using the same phrase. If the code phrase does not exist, it will let you start a new chat room that will respond to that code. You must then wait until some of your co-chatters logs on.
The chat room will last for an hour after the last person posts to it, then it will be deleted. Or, if you use the log out function, the last person who logs out will delete the chat file.
The encryption used is 3DES, or Triple DES, and the encryption is performed by the users of the chat, using the code phrase as key.
NOTE: This host is not a chat host. This is an example for test only, so please download the scripts and implement it on your own server for regular use. Thank you
Category:

Use included particles or your own custom graphics.
• ParticleField can be set to any size. Even fill the entire screen.
• Place particles on top of any background.
• Set speed and direction
• Set size, blur and alpha amounts
• Particles can be set based on size to give a 3d effect
• Set any number of particles
• Particles can be set to point in the direction they are headed.
• Component included for both AS2 and AS3
• Samples included with download
• Free updates
• Quick and helpfull support
• 30 day money back guarantee if not satisfied
Category:

Start your very own webmaster marketplace with this script, much like SitePoint.com!
Category:

Simple chatting script to be placed on a corner of a website.

Also a good example how to use ajax.
Category:

Note:The demo version of Binary (.BIN) data file consists of IP address range from 0.0.0.0 to 99.255.255.255. The complete Binary (.BIN) data file is available for all paid subscribers at no extra cost. Please contact our sales department for the download information.
Category:

Learn how to create simple and in the same time very attractive and useful picture appearance using the Color Mixer Panel and gradient. To make this tutorial, you don't have to use action script.
Category:

The ActionScript 3.0 3D Carousel component allows you to display collections of DisplayObjects (images, MoveClips, etc) in a 3D carousel view. Built using Papervision3D.
Category:

The e3 Real Estate website application is an easy to install, real estate management solution used for showcasing Real Estate Listings. The website application is entirely self-contained, on your own server. It is not an "affiliate" of another site. The application is developed using Active Server Pages (ASP) Technology and includes all source code and is fully customizable!
Category:

Flash Web Editor General Specifications:

Flash based WYSIWYG Web Editor.
Flash based Front-End web pages for your visitors.
Browsers: Internet Explorer, Mozilla Firefox, Netscape compatible.
Advanced SEO (Search Engine Optimization).
XML+ PHP+ FLASH based technology.
Mysql Database integration with Flash Database Editor.
Ecommerce integration.
Updateable web pages.
Rich image support. (Jpeg, Png, Gif, Swf )
Rich effect filters (Blur, Dropshadow, Bevel, Glow)
Multimedia support (Video, Music, Flash)
Transitions support (Full Macromedia MX Transitions Class)
High speed web page loading.
Uploader tool.
Powerful vector graphic tolls.
Multi-page Support.
Easy to use.
Made by Macromedia Flash 8.
Category:

Why do you need PHP Anti Hacker? Not all hackers want to destroy your site. Most of them just want a server to do their bidding such as using it as a proxy, access restricted sites or to secretly add your server to their huge bot list to send bulk email and the list goes on and on. You need PHP Anti Hacker to help you find and delete known scripts that would enslave your host.
Category:

Tired of trying to find a solution to send emails directly to your customers/users inbox? Frustrated to know your mails went to your customers junk mail?.

Here is the solution. Using this script all your emails will reach the inbox.
Category:

Car Manager allows you to easily publish your fleet to your website creating a neat and efficient way for visitors to place a reservation. Car Manager brings car, van and other vehicle rental owners an easy to use and afordable web based reservation management system.

Anouncing the release of Car Manager V2.0. Contains brand new code, functionality, security and features. This version has been almos completely re-written..
Category:

The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web server itself uses in the normal processing of client requests and server responses. The syntax, properties and methods of the ASP Server object are as follows:
Category:

20. iQuiz
urQuiz has developed this free to use simple quiz script writen in PHP.
Category:

Other links at PHP > Tips and Tutorials > Miscellaneous
SMS stands for "Short Message Service" and uses mobile phones to transmit (surprise, surprise) short messages to and from mobile phones and whilst many of us might not know this, it is also possible to send SMS messages from a website or a piece of software.
Category:

Output While Script is Still Running
Category:

Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get methods. In the case of a user class it may have setName, getName, setAge, getAge and so on. This can be time consuming to set up, change and maintain. The magic methods __set and __get provide a quick way to implement generic set and get methods.
Category:

Copy paste this code into a new file called something you'll remember, for example, install.php
Category:

The more I thought about it the more I began to see some of the benefits of generating style sheets with PHP. It can help keep related styles together in one document as opposed to having separate files for various browsers and JavaScript can be used on the client side to pass values back to the server so a custom style sheet can be created.
Category:




Main Category
199
2044
829
286
175
1801
1439
913
1177
7568
70
917
59
2238
175

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19871
Categories: 1275
Registered Users: 765
Mailing List Subscribers: 2047
Unique Outgoing Hits: 231068

Pagerank Statistics
PR 10
1 site(s)
PR 9
14 site(s)
PR 8
39 site(s)
PR 7
238 site(s)
PR 6
695 site(s)
PR 5
1773 site(s)

PHP News