Codenizer is software tool for PHP developers. Codenizer is used for analyzing and validating code. This means it can help you Detect lot of common programming mistakes prior to program execution. If you ever used Perl you can think of Codenizer as of external "use strict" enforcing tool. Using Codenizer requires just one extra step from doing things the old way -- after saving your file just invoke Codenizer from within your IDE and you will be presented with its analysis. You can see shot of using Codenizer within Netbeans -- results of Codenizer's analysis are displayed in the "Tasks" view of NetBeans IDE.
Codenizer can be easily integrated into many programming editors and IDEs so you can probably use it from within your favorite working environment. Here you can find instructions on how to integrate Codenizer with some popular editors. Most other editors or environments are able to parse Codenizer's messages without any extra support or programming. However, if your favorite editor is not supported or you can't figure out how to configure it, you can tell us about that using Support Center and we will try to find some solution.