<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP is bad</title>
	<atom:link href="http://rc3.org/2006/02/18/php-is-bad/feed/" rel="self" type="application/rss+xml" />
	<link>http://rc3.org/2006/02/18/php-is-bad/</link>
	<description>Strong opinions weakly held</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:59:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-8923</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 01 Jun 2010 04:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-8923</guid>
		<description>&lt;p&gt;Would you believe a house builder who says they can&#039;t build a decently constructed house because the insulation isn&#039;t pretty? Your argument against PHP, to me, falls short of providing any real evidence of your claims at all.&lt;/p&gt;

&lt;p&gt;In my experience most developers are extremely lazy despite knowing better, and have very lofty, unrealistic, academia-esque definitions of the word &quot;elegant&quot;. How often do you write code in other languages, then revisit it in 12 months to make changes and stare at it in awe, thinking, &quot;wow, this is &lt;em&gt;really&lt;/em&gt; great stuff&quot;?&lt;/p&gt;

&lt;p&gt;I can understand arguments about PHP code looking eye-gougingly sloppy when interspersed with HTML, CSS, etc. It truly is. But the same can be said of ASP, JSP, ASP.NET, etc. That mishmash of code is often an amateurish way of doing things to begin with - this is the kind of mess you see in so many tutorials out there, and unfortunately is how people learn the language. But it is NOT forced on anyone by the language itself.&lt;/p&gt;

&lt;p&gt;I started using PHP in 1997 when version 3 was out, and have seen the language and my skills with it come quite a long way since then. And I can confidently say I&#039;ve been writing clean code in PHP (and a slew of other languages) for many years now, which did what it was supposed to do, did it well, and have never had trouble maintaining it -- that is, unless I didn&#039;t put enough time or effort into designing and writing it &lt;em&gt;well&lt;/em&gt; to begin with. Perhaps that&#039;s because I write OO code 95% of the time, keep my view-layer code entirely separate from model and controller level code, spend at least an equivalent amount of time designing than I do coding, generally make the code readable by &lt;em&gt;properly&lt;/em&gt; spacing things out, don&#039;t name my variables $a and $b, and don&#039;t name my functions doit() or go(). I&#039;m not saying you do any of this specifically, either -- but my point is that I&#039;ve developed good, language-independent habits that have allowed myself and others to maintain my code without problems, and have made collaboration with other developers easier. Continuing those good habits in PHP has not been an issue for me in the least. So while I can definitely agree with you that most code seen in the wild is terrible, I profoundly disagree that it is PHP&#039;s fault.&lt;/p&gt;

&lt;p&gt;Blaming the language is a cop-out for laziness. Plain and simple. If you can only write crappy, unmaintainable code in PHP, that&#039;s all on you. Perhaps if you spent less time whining about the language and more time focusing on your own shortcomings and using that knowledge to improve your actual process, you&#039;d be happier with the results.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Would you believe a house builder who says they can&#8217;t build a decently constructed house because the insulation isn&#8217;t pretty? Your argument against PHP, to me, falls short of providing any real evidence of your claims at all.</p>

<p>In my experience most developers are extremely lazy despite knowing better, and have very lofty, unrealistic, academia-esque definitions of the word &#8220;elegant&#8221;. How often do you write code in other languages, then revisit it in 12 months to make changes and stare at it in awe, thinking, &#8220;wow, this is <em>really</em> great stuff&#8221;?</p>

<p>I can understand arguments about PHP code looking eye-gougingly sloppy when interspersed with HTML, CSS, etc. It truly is. But the same can be said of ASP, JSP, ASP.NET, etc. That mishmash of code is often an amateurish way of doing things to begin with &#8211; this is the kind of mess you see in so many tutorials out there, and unfortunately is how people learn the language. But it is NOT forced on anyone by the language itself.</p>

<p>I started using PHP in 1997 when version 3 was out, and have seen the language and my skills with it come quite a long way since then. And I can confidently say I&#8217;ve been writing clean code in PHP (and a slew of other languages) for many years now, which did what it was supposed to do, did it well, and have never had trouble maintaining it &#8212; that is, unless I didn&#8217;t put enough time or effort into designing and writing it <em>well</em> to begin with. Perhaps that&#8217;s because I write OO code 95% of the time, keep my view-layer code entirely separate from model and controller level code, spend at least an equivalent amount of time designing than I do coding, generally make the code readable by <em>properly</em> spacing things out, don&#8217;t name my variables $a and $b, and don&#8217;t name my functions doit() or go(). I&#8217;m not saying you do any of this specifically, either &#8212; but my point is that I&#8217;ve developed good, language-independent habits that have allowed myself and others to maintain my code without problems, and have made collaboration with other developers easier. Continuing those good habits in PHP has not been an issue for me in the least. So while I can definitely agree with you that most code seen in the wild is terrible, I profoundly disagree that it is PHP&#8217;s fault.</p>

<p>Blaming the language is a cop-out for laziness. Plain and simple. If you can only write crappy, unmaintainable code in PHP, that&#8217;s all on you. Perhaps if you spent less time whining about the language and more time focusing on your own shortcomings and using that knowledge to improve your actual process, you&#8217;d be happier with the results.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-7449</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-7449</guid>
		<description>&lt;p&gt;To get the first thing out of the way, if you&#039;re programming in java eclipse will be one of the better IDE&#039;s. If you&#039;re going to program in PHP, find and IDE which has been made for PHP development! That will save you tons of trouble to start with.&lt;/p&gt;

&lt;p&gt;Next thing: if your code is messy, try learning the language! PHP is as forgiving as you want it to be. If you want it to be forgiving just don&#039;t do anything. If you want it to be as strict as Java, then check data before working with it. If you want it to be stricter, there is no one to keep you from implementing it.&lt;/p&gt;

&lt;p&gt;If you can&#039;t organise your code, then it is not to blame on PHP. Java will allow you to create a complete mess of your code as well. Try it by starting a new project and putting everything in a single method.&lt;/p&gt;

&lt;p&gt;The point I&#039;m trying to make is that you can make it as bad as you want to, in any given language. It is your job as a developer to not do so. And whether you&#039;re going to work in C, Java or PHP. They will all allow you to create a mess! It&#039;s about how you deal with it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To get the first thing out of the way, if you&#8217;re programming in java eclipse will be one of the better IDE&#8217;s. If you&#8217;re going to program in PHP, find and IDE which has been made for PHP development! That will save you tons of trouble to start with.</p>

<p>Next thing: if your code is messy, try learning the language! PHP is as forgiving as you want it to be. If you want it to be forgiving just don&#8217;t do anything. If you want it to be as strict as Java, then check data before working with it. If you want it to be stricter, there is no one to keep you from implementing it.</p>

<p>If you can&#8217;t organise your code, then it is not to blame on PHP. Java will allow you to create a complete mess of your code as well. Try it by starting a new project and putting everything in a single method.</p>

<p>The point I&#8217;m trying to make is that you can make it as bad as you want to, in any given language. It is your job as a developer to not do so. And whether you&#8217;re going to work in C, Java or PHP. They will all allow you to create a mess! It&#8217;s about how you deal with it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Jensen</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-3212</link>
		<dc:creator>Allan Jensen</dc:creator>
		<pubDate>Fri, 24 Oct 2008 07:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-3212</guid>
		<description>&lt;p&gt;==================================&lt;/p&gt;

&lt;p&gt;==================================&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    I strongly disagree with most people here!!!
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;==================================&lt;/p&gt;

&lt;p&gt;==================================&lt;/p&gt;

&lt;p&gt;Wow... all I can say to all these guys here that don&#039;t like PHP is: you are simply bad programmers and just don&#039;t know how to write well organized code in PHP! The problem is not PHP, the problem is you.&lt;/p&gt;

&lt;p&gt;I have been working for 6 years on a single PHP project, a huge and very complex website, and once I organize my code correctly I have had NO TROUBLE. I just LOVE PHP, because it gives me so much flexibility to do all kinds of things and do it so easily. But it&#039;s true, the programmer has a RESPONSIBILITY to organize code - and unfortunately many programmers don&#039;t do that.&lt;/p&gt;

&lt;p&gt;As someone here said &quot;Ultimately, it is your responsiblity as a programmer to write good code, and that is entirely possible with PHP.&quot;&lt;/p&gt;

&lt;p&gt;I have been working with other languages as well (eg. Actionscript, C#) and just the complexity of doing a simple little thing makes me very hesitant of embracing them.&lt;/p&gt;

&lt;p&gt;I&#039;m not saying PHP is the single and only solution for everything, but based on experience in PRACTICAL and LARGE programming projects I do have my strong love for PHP because it&#039;s so powerful and mature.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>==================================</p>

<p>==================================</p>

<pre><code>    I strongly disagree with most people here!!!
</code></pre>

<p>==================================</p>

<p>==================================</p>

<p>Wow&#8230; all I can say to all these guys here that don&#8217;t like PHP is: you are simply bad programmers and just don&#8217;t know how to write well organized code in PHP! The problem is not PHP, the problem is you.</p>

<p>I have been working for 6 years on a single PHP project, a huge and very complex website, and once I organize my code correctly I have had NO TROUBLE. I just LOVE PHP, because it gives me so much flexibility to do all kinds of things and do it so easily. But it&#8217;s true, the programmer has a RESPONSIBILITY to organize code &#8211; and unfortunately many programmers don&#8217;t do that.</p>

<p>As someone here said &#8220;Ultimately, it is your responsiblity as a programmer to write good code, and that is entirely possible with PHP.&#8221;</p>

<p>I have been working with other languages as well (eg. Actionscript, C#) and just the complexity of doing a simple little thing makes me very hesitant of embracing them.</p>

<p>I&#8217;m not saying PHP is the single and only solution for everything, but based on experience in PRACTICAL and LARGE programming projects I do have my strong love for PHP because it&#8217;s so powerful and mature.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mlier</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-2869</link>
		<dc:creator>mlier</dc:creator>
		<pubDate>Fri, 18 Jul 2008 09:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-2869</guid>
		<description>&lt;p&gt;Have you look at the framework symfony. There is a very good 3 levels separation between model, control and views, a very good documentation.&lt;/p&gt;

&lt;p&gt;You can write good php code with it. When you look at a symfony project you have not written, you are very confortable to understand what is inside.&lt;/p&gt;

&lt;p&gt;See : &lt;a href=&quot;http://www.symfony-project.org/&quot; rel=&quot;nofollow&quot;&gt;http://www.symfony-project.org/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you look at the framework symfony. There is a very good 3 levels separation between model, control and views, a very good documentation.</p>

<p>You can write good php code with it. When you look at a symfony project you have not written, you are very confortable to understand what is inside.</p>

<p>See : <a href="http://www.symfony-project.org/" rel="nofollow">http://www.symfony-project.org/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-2578</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 14 Apr 2008 12:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-2578</guid>
		<description>&lt;p&gt;PHP produces the same results like ASP and JSP, PHP does it a bit faster.
The matter of fact is that it really depends on what kind of programming syntax u do like.
Me, I like more &#039;C&#039; like code and that what it made me choose PHP. JSP is a bit close but ASP is very different, and more user-friendly.
with PHP ( even JSP or ASP ) you can develop really dynamic applications, which can be left not maintained for ages, and no problems!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>PHP produces the same results like ASP and JSP, PHP does it a bit faster.
The matter of fact is that it really depends on what kind of programming syntax u do like.
Me, I like more &#8216;C&#8217; like code and that what it made me choose PHP. JSP is a bit close but ASP is very different, and more user-friendly.
with PHP ( even JSP or ASP ) you can develop really dynamic applications, which can be left not maintained for ages, and no problems!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cowfish</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-2452</link>
		<dc:creator>cowfish</dc:creator>
		<pubDate>Wed, 05 Mar 2008 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-2452</guid>
		<description>&lt;p&gt;I do &lt;em&gt;not&lt;/em&gt; think that it&#039;s advantageous for PHP that you can get something working quick and dirty.&lt;/p&gt;

&lt;p&gt;The nature of PHP is that it&#039;s easy to write crap code that works, &lt;em&gt;but&lt;/em&gt;  as a programmer you don&#039;t &lt;em&gt;have&lt;/em&gt; to and you shouldn&#039;t ever do it.&lt;/p&gt;

&lt;p&gt;Ultimately, it is &lt;em&gt;your&lt;/em&gt; responsiblity as a programmer to write good code, and that is entirely possible with PHP.&lt;/p&gt;

&lt;p&gt;Also it&#039;s a good idea to look into frameworks. Ruby as a framework called Ruby on Rails and Python has one called Django. PHP has many, the most popular is probably CakePHP - www.cakephp.com&lt;/p&gt;

&lt;p&gt;Zend is more of a library than a framework.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I do <em>not</em> think that it&#8217;s advantageous for PHP that you can get something working quick and dirty.</p>

<p>The nature of PHP is that it&#8217;s easy to write crap code that works, <em>but</em>  as a programmer you don&#8217;t <em>have</em> to and you shouldn&#8217;t ever do it.</p>

<p>Ultimately, it is <em>your</em> responsiblity as a programmer to write good code, and that is entirely possible with PHP.</p>

<p>Also it&#8217;s a good idea to look into frameworks. Ruby as a framework called Ruby on Rails and Python has one called Django. PHP has many, the most popular is probably CakePHP &#8211; <a href="http://www.cakephp.com" rel="nofollow">http://www.cakephp.com</a></p>

<p>Zend is more of a library than a framework.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: richard holker</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-736</link>
		<dc:creator>richard holker</dc:creator>
		<pubDate>Mon, 09 Jul 2007 03:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-736</guid>
		<description>&lt;p&gt;&quot;Was it is_set() or isset()? Errr err...&quot;
It&#039;s isset()&lt;/p&gt;

&lt;p&gt;&quot;Was it var $variable or simple $variable?&quot;
var $variable is only valid in PHP4 where visibility operators were not supported. $variable is your normal variable.&lt;/p&gt;

&lt;p&gt;&quot;Was it public static var $variable or ... ?&quot;
in PHP 5, it&#039;s public static $variable - the use of var is discouraged in php 5.&lt;/p&gt;

&lt;p&gt;&quot;Is it self::$variable or self::variable?&quot;
use self::$variable to access static variables.
use self::variable to access class constants. Although it should be in upper case.&lt;/p&gt;

&lt;p&gt;&quot;Is it $this or this? (parent, self)&quot;
this is not valid syntax, unless you were meaning to access a constant. &quot;parent&quot; is used in all languages as is &quot;self&quot;. Are you a programmer? or just some kind of troll?&lt;/p&gt;

&lt;p&gt;&quot;Is it $this-&gt;$variable or $this-&gt;variable?&quot;
Both are valid. PHP Supports dynamic variable names.&lt;/p&gt;

&lt;p&gt;so you could do something like:&lt;/p&gt;

&lt;p&gt;$variable = &#039;foo&#039;;
$this-&gt;$variable = &#039;bar&#039;;&lt;/p&gt;

&lt;p&gt;echo $this-&gt;foo; // returns &#039;bar&#039;&lt;/p&gt;

&lt;p&gt;As put in a not so eloquent way by &quot;Dan you dork&quot;, you need to read up on your basic syntax before using PHP - let alone any language.&lt;/p&gt;

&lt;p&gt;Hope this helps ;)&lt;/p&gt;

&lt;p&gt;You dork! haha&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Was it is_set() or isset()? Errr err&#8230;&#8221;
It&#8217;s isset()</p>

<p>&#8220;Was it var $variable or simple $variable?&#8221;
var $variable is only valid in PHP4 where visibility operators were not supported. $variable is your normal variable.</p>

<p>&#8220;Was it public static var $variable or &#8230; ?&#8221;
in PHP 5, it&#8217;s public static $variable &#8211; the use of var is discouraged in php 5.</p>

<p>&#8220;Is it self::$variable or self::variable?&#8221;
use self::$variable to access static variables.
use self::variable to access class constants. Although it should be in upper case.</p>

<p>&#8220;Is it $this or this? (parent, self)&#8221;
this is not valid syntax, unless you were meaning to access a constant. &#8220;parent&#8221; is used in all languages as is &#8220;self&#8221;. Are you a programmer? or just some kind of troll?</p>

<p>&#8220;Is it $this->$variable or $this->variable?&#8221;
Both are valid. PHP Supports dynamic variable names.</p>

<p>so you could do something like:</p>

<p>$variable = &#8216;foo&#8217;;
$this->$variable = &#8216;bar&#8217;;</p>

<p>echo $this->foo; // returns &#8216;bar&#8217;</p>

<p>As put in a not so eloquent way by &#8220;Dan you dork&#8221;, you need to read up on your basic syntax before using PHP &#8211; let alone any language.</p>

<p>Hope this helps <img src='http://rc3.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>You dork! haha</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marnen Laibow-Koser</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-735</link>
		<dc:creator>Marnen Laibow-Koser</dc:creator>
		<pubDate>Wed, 23 May 2007 05:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-735</guid>
		<description>&lt;p&gt;&quot;I can go one further and say that all the PHP code I&#039;ve written has been messy, unmaintainable crap. It pains me to say that because it&#039;s code that I wrote, and I know how to write code that is maintainable and neat. I do it in Java and Ruby all the time. So why can&#039;t I do the same in PHP?&quot;&lt;/p&gt;

&lt;p&gt;I don&#039;t know. I write clean, maintainable code in PHP all the time. Of course, it helps to use a somewhat MVC design pattern, and a decent framework (I use &lt;a href=&quot;http://www.fusebox.org&quot; rel=&quot;nofollow&quot;&gt;Fusebox&lt;/a&gt;). I really hate these criticisms of PHP &lt;em&gt;development&lt;/em&gt; problems as if they were parts of the &lt;em&gt;language&lt;/em&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;I can go one further and say that all the PHP code I&#8217;ve written has been messy, unmaintainable crap. It pains me to say that because it&#8217;s code that I wrote, and I know how to write code that is maintainable and neat. I do it in Java and Ruby all the time. So why can&#8217;t I do the same in PHP?&#8221;</p>

<p>I don&#8217;t know. I write clean, maintainable code in PHP all the time. Of course, it helps to use a somewhat MVC design pattern, and a decent framework (I use <a href="http://www.fusebox.org" rel="nofollow">Fusebox</a>). I really hate these criticisms of PHP <em>development</em> problems as if they were parts of the <em>language</em>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan you dork</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-734</link>
		<dc:creator>Dan you dork</dc:creator>
		<pubDate>Wed, 18 Apr 2007 12:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-734</guid>
		<description>&lt;p&gt;&quot;Was it is_set() or isset()? Errr err...
Was it var $variable or simple $variable?
Was it public static var $variable or ... ?
Is it self::$variable or self::variable?
Is it $this or this? (parent, self)
Is it $this-&gt;$variable or $this-&gt;variable?&lt;/p&gt;

&lt;p&gt;REDESIGN PHP!&quot;&lt;/p&gt;

&lt;p&gt;LoL you need to get a clue Dan... log onto &lt;a href=&quot;http://www.php.net&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://www.php.net&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net&lt;/a&gt;&lt;/a&gt; and do some research. If the syntax confuses you, then you&#039;ve got no hope learning PHP let alone any programming language.&lt;/p&gt;

&lt;p&gt;Try looking at Ruby syntax you&#039;ll have a ball with that one. mwahahahaha get a clue! lol&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Was it is_set() or isset()? Errr err&#8230;
Was it var $variable or simple $variable?
Was it public static var $variable or &#8230; ?
Is it self::$variable or self::variable?
Is it $this or this? (parent, self)
Is it $this->$variable or $this->variable?</p>

<p>REDESIGN PHP!&#8221;</p>

<p>LoL you need to get a clue Dan&#8230; log onto <a href="http://www.php.net" rel="nofollow"></a><a href="http://www.php.net" rel="nofollow">http://www.php.net</a> and do some research. If the syntax confuses you, then you&#8217;ve got no hope learning PHP let alone any programming language.</p>

<p>Try looking at Ruby syntax you&#8217;ll have a ball with that one. mwahahahaha get a clue! lol</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://rc3.org/2006/02/18/php-is-bad/comment-page-1/#comment-733</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 02 Apr 2007 11:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://rc3.org/wordpress/?p=7358#comment-733</guid>
		<description>&lt;p&gt;Was it is_set() or isset()? Errr err...
Was it var $variable or simple $variable?
Was it public static var $variable or ... ?
Is it self::$variable or self::variable?
Is it $this or this? (parent, self)
Is it $this-&gt;$variable or $this-&gt;variable?&lt;/p&gt;

&lt;p&gt;REDESIGN PHP!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Was it is_set() or isset()? Errr err&#8230;
Was it var $variable or simple $variable?
Was it public static var $variable or &#8230; ?
Is it self::$variable or self::variable?
Is it $this or this? (parent, self)
Is it $this->$variable or $this->variable?</p>

<p>REDESIGN PHP!</p>]]></content:encoded>
	</item>
</channel>
</rss>

