As is mentioned on Michelangelo van Dam's blog, the PHPBenelux conference for 2012 has been announced and tickets are now on sale.
weierCommunity News: PHPBenelux 2012 Announcement - Tutorial Speakers...PHPDeveloper.org Thu, 11/17/2011 - 12:07
As is mentioned on Michelangelo van Dam's blog, the PHPBenelux conference for 2012 has been announced and tickets are now on sale. Getting started writing ZF2 modules - Matthew Weier O'PhinneyPlanet PHP Mon, 11/07/2011 - 12:19
During ZendCon this year, we released 2.0.0beta1 of Zend Framework. Ralph Schindler's Blog: Autoloading (Revisited)PHPDeveloper.org Tue, 09/20/2011 - 08:18
Ralph Schindler has a new post to his today looking back at a sort of history of autoloading and some of what we've learned even in just the journey from PHP 5.0 to 5.3 (and has become best practice in the community). Matthew Weier O'Phinney's Blog: Using the ZF2 EventManagerPHPDeveloper.org Tue, 09/13/2011 - 08:25
Matthew Weier O'Phinney, lead on the Zend Framework project, has a new post to his blog talking about the event manager in the Zend Framework, v2 and how to use it in a refectored version of a previous post. Using DocBlox - Matthew Weier O'PhinneyPlanet PHP Wed, 08/03/2011 - 12:00
Until a few years ago, there were basically two tools you could use to generate API documentation in PHP: phpDocumentor and Doxygen. phpDocumentor was long considered the standard, with Doxygen getting notice when more advanced features such as inheritance diagrams are required. Converting DocBook4 to DocBook5 - Matthew Weier O'PhinneyPlanet PHP Tue, 07/19/2011 - 15:49
Within the Zend Framework 2 repository, I recently performed a conversion from DocBook 4 to 5. Proxies in PHP - Matthew Weier O'PhinneyPlanet PHP Tue, 07/05/2011 - 12:05
A number of programming design patterns look very similar. One of these is the Proxy pattern, which, at first glance, can look like a number of others: Decorator, Flyweight, even plain old object extension. PHP Frameworks - Brian MoonPlanet PHP Mon, 04/25/2011 - 09:00
Last week I spoke at and attended the first ever PHP Community Conference. One thing that seemed to be a hot topic at the conference was frameworks. Dependency Injection: An analogy - Matthew Weier O'PhinneyPlanet PHP Mon, 03/21/2011 - 15:52
I've been working on a proposal for including service locators and dependency injection containers in Zend Framework 2.0, and one issue I've had is trying to explain the basic concept to developers unfamiliar with the concepts -- or with pre-conceptions that diverge from the use cases I'm proposing. The Ideas of March - Matthew Weier O'PhinneyPlanet PHP Tue, 03/15/2011 - 12:41
Chris Shiflett has asked the question, why don't people blog anymore? While this sort of thing is trendy and interesting, it also sucks: |