<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Tue, 07 Sep 2010 06:54:35 -0500 -->
<rss version="2.0">
  <channel>    <title>Codeassembly - A php code beautifier that works</title>
    <link>http://www.codeassembly.com/feed/comments/44</link>
    <description>CodeAssembly - Simplicity is prerequisite for reliability - Comments</description>
    <language>en-us</language>
    <managingEditor>contact@codeassembly.com</managingEditor>
    <webMaster>contact@codeassembly.com</webMaster>
    <generator>RSS Feed Generator</generator>
    <item>
      <title>Sven</title>
      <description>Nice work but there are some problems with that.

imagecreatefromgif($imagePath);

will become

imagecreatefromg
if( $imagePath );

I think you should fix that.</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#341</link>
      <pubDate>2010-09-01 02:34:51</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#341</guid>
    </item>
    <item>
      <title>Matt</title>
      <description>Doesn't actually work properly, repeated iterations continually add spaces between lines of a multiline comment, single line comments frequently pulled up onto the preceding line.

Thanks for the effort though.</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#272</link>
      <pubDate>2009-11-20 14:09:51</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#272</guid>
    </item>
    <item>
      <title>jon</title>
      <description>Nice code, although it seems to suffer from problem that all php beautify scripts I've seen.

php has for sometime had alternative syntax for control structures. I understand that these are the preferred syntax (although old school users aren't likely to switch to them).

But it would be nice to beautify if...end, while...endwhile, for...endfor etc. </description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#175</link>
      <pubDate>2008-11-24 06:55:04</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#175</guid>
    </item>
    <item>
      <title>Einars</title>
      <description>Well done! A minor glitch with heredoc, though:

printf(<<<XXX
lalala
XXX
);

shouldn't join the last lines to "XXX);" but leave them as they are.</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#159</link>
      <pubDate>2008-09-18 10:50:53</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#159</guid>
    </item>
    <item>
      <title>Benjamin Kuz</title>
      <description>This is a pretty nice piece of work - with only a few beefs.

1) You should include the option to use spaces instead of tabs - some places require that kind of thing since editors sometimes do funky things, like include half-tabs or other strange quirks which make the code come out of alignment.  I hacked this in manually in order to make it work.

2) the first line of a comment sometimes \"stacks\" with the line above it, giving the effect of:

some_code();
# my comment

becoming:

some_code();# my comment</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#137</link>
      <pubDate>2008-07-04 16:51:26</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#137</guid>
    </item>
    <item>
      <title>Andreas</title>
      <description>Hey there, been looking for this. The online tool seems to work quite nice, but i can't download you class. Maybe you should take a look. Thanks</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#111</link>
      <pubDate>2008-05-14 00:39:57</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#111</guid>
    </item>
    <item>
      <title>Stefan</title>
      <description>what about the new Zend Studio for Eclipse? It has an extensive code formatter built-in that you can configure to have every detail match your coding guidelines. Then, you can export those settings and have other people in your team import it. The formatting while working on a file is then only a single keyboard shortcut away.

Sure, it costs money, but Zend Studio (for Eclipse) has been worth a lot of money for ages in my humble opinion. It supports development in PHP in so many useful ways that it's worth its price.</description>
      <link>http://codeassembly.com/A-php-code-beautifier-that-works/#110</link>
      <pubDate>2008-05-12 07:09:29</pubDate>
      <guid isPermaLink="true">http://codeassembly.com/A-php-code-beautifier-that-works/#110</guid>
    </item>
  </channel></rss>