18256Comments Added to Object Extensions Bloghttp://oe.sevenlight.com/I have now added comments to this blog, so if you have any questsions in regards to any of the demos provided, or if you would like more demos on a particular subject, feel free to ask!PHP > Scripts and Programs > Development Tools > UtilitiesOct 13, 2006Sevenlight Inc.
I wrote this because I couldn't find one that did what I wanted it to do. I got tired of modifing a page everytime I made a change to my program. I wanted something I could just enter the information and it updated the page. I whipped this together in a couple of days. The code isn't super streamlined, maybe I'll update it in a later version.
This version has been the last version published for PHP4. A complete rewrite of this tool using PHP5 can be found at http://pear.php.net/package/PHP_Beautifier. If someone wants to continue developing the old version, just drop me a mail. I will try to help you where I can. We also look for help for the new project.
This tool loads all files required by a project (including binaries) into one file.
All unused functions will be removed, all function and variable names will be replaced
by shorter (and unreadable) ones, all not needed whitespaces will be removed, debugging code will be removed, ...
You'll get informed when a global or local variable is not used.
The resulting file is still a regular php-file. (No extra softeate is required
Highlight PHP syntax and optionally add line numbers to PHP source code or files, with several output options. Files to highlight are chosen in a form and temporarily uploaded to the remote server, or you can use this script on your local server to aid PHP development.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.