Sort by: PageRank | Hits | AlphabeticalStandard Links

UK Net Search

PR: 0

Human edited directory of websites related to the UK. Only quality UK websites that are spam-free and have quality content are listed in our directory. - UK Net Search Details
http://www.uknetsearch.com/

URL Web Directory

PR: 5

URLDirectory is a human edited web and search SEO directory, there are over thousands of various categories and subjects in the system you can choose from. Adding your site to URLDirectory to get higher ranking and exposured is easy and absolutely free of charge. - URL Web Directory Details
http://www.urldirectory.org/

URLZ Web Directory

PR: 6

Family-friendly web and search directory reviewed by professional editors and organized by different categories and subjects, such as insurance and shopping directories, sponsored and free reviews for inclusion are available. - URLZ Web Directory Details
http://www.urlz.net

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

A - Z Listing

#  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z