PHPMaster.com: An Intro to Virtual Proxies, Part 2
Following up on his previous article, Alejandro Gervasio has a new post to PHPMaster.com with the second part of his series on using virtual proxies in PHP. Resting on the foundation of Polymorphism...
View ArticlePHPMaster.com: Implementing a Unit of Work - Handling Domain Objects through...
In this new post to PHPMaster.com, Alejandro Gervasio looks at working with domain objects via a transactional system using the Unit of Work design pattern. In fact, it's feasible to wrap collections...
View ArticleThe PHP.cc: Urban Legends and Error Handling
In this new post to the PHP.cc blog, Stefan Priebsch looks at the relationship between urban legends and error handing in PHP. Ending up in such a situation [as the tourists in the urban legend] is...
View ArticlePaul Jones: Refactoring To Action-Domain-Responder
Paul Jones has a new post to his site today with a more in-depth look at his proposed "Action-Domain-Responder" design pattern and how to refactor an application, based on some with with the Aura...
View ArticleMatthew Weier O'Phinney: Better Understanding Controllers Through Basic Patterns
In his most recent post Matthew Weier O'Phinney shares his own spin on the Action-Domain-Responder pattern (from Paul Jones): how the controllers in the ARD setup could be explained as facades. Paul...
View ArticlePaul Jones: Action-Domain-Responder, Content Negotiation, and Routers
In his latest post Paul Jones comes back to his proposed application structure, the idea of Action-Domain-Responder, and answers some questions about where content negotiation happens and routing....
View ArticleMatthias Noback: Symfony2: Event subsystems
In his latest post Mathias Noback takes a look at the Symfony2 event subsystems and the answer to a common problem he's had with it in the past: circular references. Recently I realized that some of...
View ArticlePaul Jones: Action-Domain-Responder and the "Domain Payload" Pattern
Paul Jones has a new post with more information about his proposed "Action-Domain-Responder" design pattern (a replacement for the typical MVC) and suggests a new piece, the Domain Payload pattern....
View ArticleFabien Potencier: The PHP Security Advisories Database
Fabien Pontencier has made an official announcement about a move to make the PHP Security Database the Symfony project started over a year ago. In the announcement he talks about the move to...
View ArticleSitePoint PHP Blog: Crawling and Searching Entire Domains with Diffbot
The SitePoint PHP blog has a new tutorial posted, the first part in a new series, showing you how to create a "powerful custom search engine" with the help of the Diffbot service. In this first part...
View Article