Sort by: PageRank | Hits | AlphabeticalStandard Links
Painted Domain Web Design
Painted Domain specialise in affordable small business web solutions, ranging from small 3 page brochure sites to fully automated e-commerce online solutions. - Painted Domain Web Design Details
http://www.painteddomain.co.uk
PakAdTrader Web Directory
PakAdTrader is a human edited web directory of quality, family-friendly, and spam-free sites organized via a comprehensive category structure. All sites are reviewed by professional editors to maintain its stringent quality and integrity. - PakAdTrader Web Directory Details
http://www.pakadtrader.com
Premier Directory
Human-reviewed premier link directory with various subcategories for example shopping and finance categories is accepted featured, regular and free submissions of inclusions. - Premier Directory Details
http://www.premierdir.net/
Premium Paid Directory
Premium web directory that offers human edited, search engine friendly listings within an extensive category organization. Standard, reciprocal, and features listing options are available. - Premium Paid Directory Details
http://www.premiumdir.com
Professional Roofers
Professional Roofers offers quality installation, removal, replacement and repair of all roof styles. Professional Roofers is the source of all your roofing solutions - Toronto - GTA. - Professional Roofers Details
http://www.professionalroofers.com
Property & Real Estate Directory
Online directory of property and real estate companies targeting all property related issues from commercial and residential properties to property appraisers, consultancies, management companies and many more. - Property & Real Estate Directory Details
http://www.propertydir.com
Latest News
Defining an Abstract Class with Restrictive Constructors in PHP 5
In this second part of a four-part series, I rebuild the example application developed in the previous tutorial. As you'll recall, it used a protected constructor to prevent the instantiation of the base array iterator class. In this case, a better result will be achieved by declaring the iterator abstract; still, the example demonstrates a simple utilization of a restrictive constructor in a concrete situation.
- Unquestionably, the introduction of a more robust object model in PHP 5 has provided developers with additional features that allow them to build efficient and thorough object-oriented applications without the need to appeal to the ugly programming hacks used frequently in the bad old days of PHP ...
~ Tue, 09 Mar 2010 09:00:09 -0500
The Reflection API: Working with Reflected Methods
This third part of a seven-part series explores the methods of the PHP Reflection API. You will learn how to take advantage of their functionality to retrieve useful information about the methods defined by a reflected class.
- One of today's most powerful approaches for retrieving information about the internal structure of classes and interfaces in PHP 5 is via the language's native reflection API. What's more, not only does this API comes packaged with a huge variety of methods that let developers perform all sorts of ...
~ Mon, 08 Mar 2010 09:00:12 -0500
Using Restrictive Constructors in PHP 5
What exactly is a restrictive constructor, and why would you want to use one? If you're a PHP programmer who uses such design patterns as Singleton and Factory, this series of articles on restrictive constructors will give you another tool to use in your applications.
- As you'll probably know, with the release of PHP 5 quite some time ago, the language was provided with the ability to specify the visibility of properties and methods in classes, something that had already been implemented in more mature programming languages such as Java and C++.
In a pretty str...
~ Thu, 04 Mar 2010 09:00:15 -0500