Sort by: PageRank | Hits | AlphabeticalStandard Links

Lifetime Links Directory

PR: 5

SEO friendly, human-edited web directory offering strong links and traffic to web site owners. Standard and reciprocal listings are sorted by PR, and featured listings are shown above all others. - Lifetime Links Directory Details
http://www.ngey.com

Link - links

PR: 3

Quality established website directory with a classical category structure that provides webmasters with powerful advertising options, travel, hotel, rural houses, education, Spanish school, sports, movies, hotels, tour, tours. - Link - links Details
http://www.link-links.org

Link Directory

PR: 6

Adding your sites to the human-edited backlink directory to increase the amount of traffics on search engines to get higher ranking and exposured, there are hundreds of categories available for your site topics and it is free of charge. - Link Directory Details
http://www.thelinkcatalog.com

Link Memory Directory

PR: 1

You are free to submit to our directory, this is the link directory where you can submit the URL to your homepage, there are free and paid options available and promotion for your site now. - Link Memory Directory Details
http://link-memory.com

Linksadmin Directory

PR: 1

A huge database of web directories. Advanced options for filter and order directories by diverse parameters. You can obtain a fresh list of live directories at anytime and registered users can mark directories with colors to track their submissions. - Linksadmin Directory Details
http://www.linksadmin.net

LinkVerve Link Directory

PR: 5

Premium web directory featuring high quality, staff-approved listings, useful webmaster tools, and more. Standard, featured, and reciprocal listing options are available. - LinkVerve Link Directory Details
http://www.linkverve.com

Latest News

The Iterator, Countable and ArrayAccess SPL Interfaces

In this first part of a short series, I'm going to introduce you to using the Iterator, Countable and ArrayAccess interfaces that come with the Standard PHP Library. You'll see how to implement some of the methods declared by the Iterator interface within a class that manipulates MySQL result sets via an intuitive API.
- For many PHP developers eager to apply the object-oriented paradigm in a more thorough and consistent manner, the release of PHP 5 brought a number of handy features that allowed them to achieve this goal in a truly painless fashion. This isnt breaking news, of course, but the inclusion of member ... ~ Thu, 11 Mar 2010 09:00:10 -0500

Implementing the Data Mapper Design Pattern in PHP 5

In this first part of a five-part series, I introduce you to implementing the Data Mapper design pattern in PHP 5. This pattern attempts to solve the issue of the strong coupling that often exists between the domain objects present in an application and the underlying persistence mechanism. This benefit comes at a cost, since data mappers add a new layer of complexity. Living with this minor trade-off is quite worthwhile, though, as you'll see.
- Since the web is in constant evolution and merges a variety of technologies and languages, developing web applications (specially mid-sized and large-scale ones) has become a challenging process. Indeed, applications require extensive planning, modeling and testing, before reaching a stable depl... ~ Wed, 10 Mar 2010 09:00:09 -0500

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

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