Quantcast
Channel: PHPDeveloper.org
Browsing all 15 articles
Browse latest View live
↧

PHPBuilder.com: Implementing the Singleton Pattern in PHP 5

If you haven't taken much of a look at design patterns and how they can help your development life, the Singleton pattern is a good place to start. On PHPBuilder.com there's a new tutorial introducing...

View Article


Bence Eros' Blog: Life without static in PHP

In this new post to his blog Bence Eros shares some of the frustrations and issues he's had when dealing with static methods and properties in his applications and how, with a bit of re-engineering,...

View Article


Zend Developer Zone: Design Patterns I Hate

On the Zend Developer Zone today there's a new post from Keith Casey about some of the design patterns he hates - ones that are misused too often and have become more of a "worst practice" at times...

View Article

Ryan Gantt's Blog: Horizontal reusability with traits in PHP 5.4

Ryan Gantt has a new tutorial posted to his blog today looking at one of the features in the upcoming PHP 5.4.x releases - traits. Specifically he looks at the horizontal reusabillity they allow for...

View Article

DevArticles.com: Singletons in PHP

On DevArticles.com today there's a new tutorial posted talking about one of the more popular design patterns, the Singleton, and how it can be implemented in PHP. Though in the past they enjoyed both...

View Article


Charles Sprayberry's Blog: DI and global state

In response to some of the comments made on his previous post about why you should use dependency injection in your applications, Charles Sprayberry is back with some more concrete examples showing...

View Article

PHP-Tip-a-Day: PHP Tutorial: The Legend of the Singleton

Following his recent allegory about the Factory pattern (as described in story form) Greg Bulmash has posted the Legend of the Singleton to help with your understanding this pattern. The Singleton...

View Article

PHPEasy.co.uk: Design Patterns - The Singleton Pattern

PHPEasy.co.uk has a new tutorial posted introducing one of the most common (and often misused) design patterns out there - the Singleton pattern. In this first tutorial in the design pattern series we...

View Article


Gonzalo Ayuso: The reason why singleton is a "problem" with PHPUnit

Gonzalo Ayuso has a new post that responds to the idea that "singletons are a problem when testing" your applications with something like PHPUnit. Maybe this pattern is not as useful as it is in J2EE...

View Article


Zumba Engineering Blog: Mocking Singleton PHP classes with PHPUnit

On the Zumba Engineering blog today Chris Taylor has a new post about mocking in PHPUnit, specifically how to handle those pesky Singleton methods lurking around your codebase. In many of our...

View Article

Codeception.com: Nothing is Untestable: AspectMock in Action

On the Codeception site they've posted a guide to using the AspectMock feature of the testing tool to prove that "nothing is untestable." We already announced AspectMock, the mocking framework that...

View Article

Russell Walker: Handling Global Data in PHP Web Applications

Russell Walker has a post on his site sharing some suggestions about effectively dealing with global data in your PHP applications. Almost every web application needs to handle global data. There are...

View Article

Allan MacGregor: Design Patterns in PHP: Singletons

Allan MacGregor has posted his latest in his look at design patterns in PHP with this most recent post about the Singleton pattern. The singleton pattern is used to restrict the instantiation of a...

View Article


PHPBuilder.com: Exploring PHP Design Patterns

For those that might be new to development, the concept of "design patterns" could be one you're just approaching. These common practices define some "patterns" of development that have been proven to...

View Article

NetTuts.com: Design Patterns: The Singleton Pattern

On the NetTuts.com site today they've posted another in their series introducing the various design patterns that have been established in software development. In this new post they talk about the...

View Article

Browsing all 15 articles
Browse latest View live