Dikini.net: Rewriting macros - the peculiar case of php
On Dikiki.net today, there's a new post that's a continuation of a series (first post, second post) dealing with macro programming in PHP. Without going into theoretical details, some of which are...
View ArticleSebastian Bergmann's Blog: Improved Skeleton Generator in PHPUnit 3
Sebastian Bergmann has posted another update about the upcoming PHPUnit 3 project, this time concrening the improved skeleton generator that's been put in place. PHPUnit can help you write your tests...
View ArticlePádraic Brady's Blog: Redux: First Official Code!
In the continuing development of his online PHP-based game, Pádraic Brady has created a simple class to help with mapping out the objects/structures in the game. He shares the code for this in his...
View ArticlePhilip Norton's Blog: PHPUnit Skeleton Classes
In this new post to his blog, Philip Norton reminds you about a handy feature of PHPUnit, the popular PHP unit testing tool, that can make generating tests for your application simpler - the skeleton...
View ArticleEvan Coury: Getting started with the ZF2 skeleton and ZfcUser
Evan Coury has a recent post to his site showing you how to set up and use the ZF2 skeleton and ZfcUser components of the Zend Framework 2. This is meant to be a short, easy-to-follow tutorial to help...
View ArticleFabien Potencier: Debugging Silex applications just got fun
On his site Fabien Potencier has posted about a feature added to Silex to help make debugging the flow of your application "more fun" - the Symfony web profiler. One of the big advantages of both...
View ArticlePeter Petermann: Building better project skeletons with Composer
Peter Petermann has (re)posted an article he wrote about building better project skeletons with Composer and automate the process to make your life easier. The more you use modern frameworks and the...
View ArticleSitePoint PHP Blog: Starting a New PHP Package The Right Way
In part one of a new series on the SitePoint PHP blog Bruno Skvorc looks at the right way to start a PHP package using a set of guidelines that have evolved recently in well-structured, well-tested...
View Article