manuel pichler

QaFoo.com Blog: Howto write a Rule for PHPMD

PHPDeveloper.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 PHP

PHPDeveloper.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.


 

phpUnderControl 0.6.0beta2 released - Manuel Pichler

Planet PHP  Thu, 06/10/2010 - 04:25

Today I have released the second beta version of phpUnderControl.

Beside several minor tweaks and bug fixes, this release contains one additional feature I was asked for during the IPC in Berlin.


 

Manuel Pichler's Blog: Howto create custom rule sets for PHPMD

PHPDeveloper.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.

Manuel Pichler has put together a new post for his blog about creating custom rules sets for the tool.


 

Howto create custom rule sets for PHPMD - Manuel Pichler

Planet 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.

PHPMD can be seen as an one level down/low level equivalent to PHP_CodeSniffer.


 

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-BUS

PHPDeveloper.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.