On the QaFoo blog today Manuel Pichler has written up a guide to help you write a custom rule to use with the PHP Mess Detector (PHPMD) as extended from some of the current rules (it's always easier to start from examples).
manuel pichlerQaFoo.com Blog: Howto write a Rule for PHPMDPHPDeveloper.org Mon, 03/21/2011 - 08:16
On the QaFoo blog today Manuel Pichler has written up a guide to help you write a custom rule to use with the PHP Mess Detector (PHPMD) as extended from some of the current rules (it's always easier to start from examples). QaFoo.com: Testing file uploads with PHPPHPDeveloper.org Mon, 12/13/2010 - 13:53
On the QaFoo.com site Manuel Pichler has posted a new tutorial about using unit testing, specifically with PHPUnit (really ending up on phpt) to test and be sure that your file upload handling is working correctly. Site News: Blast from the Past - One Year Ago in PHPPHPDeveloper.org Thu, 07/22/2010 - 06:03
Here's what was popular in the PHP community one year ago today: phpUnderControl 0.6.0beta2 released - Manuel PichlerPlanet PHP Thu, 06/10/2010 - 04:25
Today I have released the second beta version of phpUnderControl. Site News: Popular Posts for the Week of 04.16.2010PHPDeveloper.org Fri, 04/16/2010 - 06:02
Popular posts from PHPDeveloper.org for the past week: Manuel Pichler's Blog: Howto create custom rule sets for PHPMDPHPDeveloper.org Fri, 04/09/2010 - 12:19
If you've been using the PHP Mess Detector (PHPMD) to help clean up problem areas in your applications, but have needed more than just the basic rules that it comes with, you're in luck. Howto create custom rule sets for PHPMD - Manuel PichlerPlanet PHP Thu, 04/08/2010 - 05:15
In this blog post I will describe a useful feature in PHPMD that will simplify your life when it comes to create custom rule sets for PHPMD. Manuel Pichler's Blog: First release of the staticReflection com...PHPDeveloper.org Mon, 11/30/2009 - 13:25
In a new post to his blog Manuel Pichler takes a look at the first release of the staticReflection component - his component provides a unified interface to both reflection versions, which makes it easy to switch between different implementations. Manuel Pichler's Blog: PHP_Depend jumps on the D-BUSPHPDeveloper.org Thu, 11/19/2009 - 12:46
Manuel Pichler has a new post today about a feature he's added into the PHP_Depend application that tracks the dependencies in your code - a bit of DBus magic. Site News: Popular Posts for the Week of 07.31.2009PHPDeveloper.org Fri, 07/31/2009 - 06:00
Popular posts from PHPDeveloper.org for the past week: |