On Dynamically Typed there's a quick note about a handy little application that quite a few developers out there might want to use before they send out the next versions of their software - the phpCodeBeautifier.
Last year, I wrote an article on Coding Standards. That is all very well with your own work, but what happens when you are using code from another programmer who uses a different style from your own? The answer is phpCodeBeautifier.
Having used it in the past, I can say that it's nice to be able to click a few buttons and automatically format your code to be a bit more visually appealing. Will it help your code run faster? No, but it will make things a lot easier to handle down th road...




