Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Editors and Tools > Other PHP Tools

Other PHP Tools This is were to discuss other non-desktop PHP related tools.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2003-07-10, 09:14 AM
Junior Member
 
Join Date: Jul 2003
Posts: 1
DarkWolfen
Default

I've seen and used phpCodeBeautifier (http://www.phpedit.net/products/phpCodeBeautifier/)

from the gent who created phpEdit. It is quite good. However, I have been trying to explore any other tools that provide similar functionality. I've used several for VB, Java and perl that allow you to set rules for comments, whitespace, and even variable naming conventions.

We've got a few sloppy (but brilliant) coders at my workplace which this would help us enforce coding standards.

Thanks,

Dan
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 2003-09-12, 08:11 PM
Acecool
Guest
 
Posts: n/a
Default

It makes the code look ugly...
It adds unneeded /*
*
*
*
******/
etc...

}
else
{
becomes
} else {
ugly...
Reply With Quote
  #3 (permalink)  
Old 2004-01-26, 01:55 AM
Junior Member
 
Join Date: May 2003
Posts: 2
cirox
Default

Well, the really expensive option: Dreamweaver MX 2004. Since we've had it up at the college, my code's actually gotten a lot more readable.. It has an auto formatting option that can beautify just about anything.. I've even loaded C files into it just to use it's beautiflication feature.. it really rivals that of anything I've ever seen..

things like this:
function pagehit($bleh)
{
echo "you hit me";
if ($something > 1) {
echo "meow";
}
}

become:
function pagehit($bleh)
(
echo "you hit me";
if ($something >1)
{
echo "meow";
}
}

and it's pretty customizable, whether the space be made by tabs, a number of spaces, etc etc etc.
Reply With Quote
  #4 (permalink)  
Old 2004-01-26, 09:44 AM
stuart's Avatar
Administrator
 
Join Date: Jan 2003
Location: Scotland
Posts: 472
stuart will become famous soon enoughstuart will become famous soon enough
Send a message via MSN to stuart
Default

The thing with phpCodeBeautifier is that it can be configured to suit your personal style. So basically it's only ugly if you don't configure it to way you like.

Personally I do not use it as it did sometimes remove inportant pieces of required code. But I believe there has been many updates since. I'm sure it has it's place!!
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 01:09 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.