Friday, 4 May 2007
Know about the PHP Code-Beautifier Tool |
| |
|
| |
Tim Koschuetzki has discovered a new tool for beautifying existing PHP code. It works via a web interface. You can either upload a script or directly input it. The code is beautified according to the PHP PEAR Standard Requirements. It does not change or debug your code in any way.
The functions of this tool are as follows:
- Tries to set missing curly braces around single conditional statements. This may not work in all situations.
- Indents with four spaces.
- Uses 'one true brace' style in function definitions.
- Sets one space between control keyword and condition.
- Removes space between function calls, parenthesis and beginning of argument list.
Download here.
|
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|