<?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: Common Misconceptions of PHP</title>
	<atom:link href="http://c6s.co.uk/webdev/171/feed" rel="self" type="application/rss+xml" />
	<link>http://c6s.co.uk/webdev/171</link>
	<description>Agile Based Product Development Practices</description>
	<lastBuildDate>Wed, 07 Dec 2011 09:10:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: admin</title>
		<link>http://c6s.co.uk/webdev/171/comment-page-1#comment-12966</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Oct 2010 21:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://c6s.co.uk/?p=171#comment-12966</guid>
		<description>Great feedback, thanks! I have not tried kohana as of yet, will have to keep an eye out for that. The past few months I have been getting into the Yii framework, which I have found to be superb! It out performs most of the others at the moment and has some really great embedded practices and tools.</description>
		<content:encoded><![CDATA[<p>Great feedback, thanks! I have not tried kohana as of yet, will have to keep an eye out for that. The past few months I have been getting into the Yii framework, which I have found to be superb! It out performs most of the others at the moment and has some really great embedded practices and tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max - The IT Pro</title>
		<link>http://c6s.co.uk/webdev/171/comment-page-1#comment-12943</link>
		<dc:creator>Max - The IT Pro</dc:creator>
		<pubDate>Wed, 06 Oct 2010 16:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://c6s.co.uk/?p=171#comment-12943</guid>
		<description>I got into ASP/SQL Server 7/Sybase 10 back around 1998 in TDot (Toronto) when I was a CompSci internship student at the Bank of Montreal. The web was taking off and it was simply AMAZING. Then I kept hearing about this PHP thingy, read some code and realized it was the same concept as ASP but PORTABLE and FREE. :-)

&quot;There are also some very fast moving and powerful frameworks available fully supporting OOP including such Frameworks as Zend Framework, Symfony, CakePHP, Codeigniter.&quot;

And don&#039;t forget Kohana which is an OOP fork of CodeIgniter (CI). I haven&#039;t used any frameworks yet but I did read the CI tutorials and they were bloody BRILLIANT. Wow, the expressiveness of PHP in such a framework...and you can literally do ANYTHING. Kohana takes that to another OOP level. Any PHP projects I&#039;m undertaking will BE via Kohana.

For sure, PHP has come a loooong way and we all owe Zeev Suraski and Andi Gutmans a huge debt of gratitude for taking Rasmus&#039; baby (php3) and taking it forward with the Zend engine. I still don&#039;t think many peeps comprehend the significance of this endeavour. Zeev &amp; Andi are, arguably, 2 of the greatest tech legends in cyber space -- and history will prove me right.</description>
		<content:encoded><![CDATA[<p>I got into ASP/SQL Server 7/Sybase 10 back around 1998 in TDot (Toronto) when I was a CompSci internship student at the Bank of Montreal. The web was taking off and it was simply AMAZING. Then I kept hearing about this PHP thingy, read some code and realized it was the same concept as ASP but PORTABLE and FREE. <img src='http://c6s.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>&#8220;There are also some very fast moving and powerful frameworks available fully supporting OOP including such Frameworks as Zend Framework, Symfony, CakePHP, Codeigniter.&#8221;</p>
<p>And don&#8217;t forget Kohana which is an OOP fork of CodeIgniter (CI). I haven&#8217;t used any frameworks yet but I did read the CI tutorials and they were bloody BRILLIANT. Wow, the expressiveness of PHP in such a framework&#8230;and you can literally do ANYTHING. Kohana takes that to another OOP level. Any PHP projects I&#8217;m undertaking will BE via Kohana.</p>
<p>For sure, PHP has come a loooong way and we all owe Zeev Suraski and Andi Gutmans a huge debt of gratitude for taking Rasmus&#8217; baby (php3) and taking it forward with the Zend engine. I still don&#8217;t think many peeps comprehend the significance of this endeavour. Zeev &amp; Andi are, arguably, 2 of the greatest tech legends in cyber space &#8212; and history will prove me right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://c6s.co.uk/webdev/171/comment-page-1#comment-10033</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 May 2010 18:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://c6s.co.uk/?p=171#comment-10033</guid>
		<description>HI Zijin,

Thanks for the post and I agree with what you say. The developers skills are the strength. The flexibility of PHP combined with a strong developer and good coding practice obtains powerful results!</description>
		<content:encoded><![CDATA[<p>HI Zijin,</p>
<p>Thanks for the post and I agree with what you say. The developers skills are the strength. The flexibility of PHP combined with a strong developer and good coding practice obtains powerful results!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zijin</title>
		<link>http://c6s.co.uk/webdev/171/comment-page-1#comment-10032</link>
		<dc:creator>zijin</dc:creator>
		<pubDate>Fri, 21 May 2010 17:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://c6s.co.uk/?p=171#comment-10032</guid>
		<description>PHP had its problems in the early days, but I think it&#039;s now on par with .NET or even better.

Full OOP support (with namespace in v5.3/6)
Unittesting
Frameworks
Free! (no costly license fee from MS)
loosely typed language as oppose to strongly typed .net (i guess this has pros and cons, loosely typed allows you to do things quicker, but less safe)

PHP just need better developers, developers for .net/java are usually good at OOP and good architects, that&#039;s why they make better software, little to do with the capability of the language. If .net/java developer are to develop in PHP, they would make equally good software once they master the language basis and api.</description>
		<content:encoded><![CDATA[<p>PHP had its problems in the early days, but I think it&#8217;s now on par with .NET or even better.</p>
<p>Full OOP support (with namespace in v5.3/6)<br />
Unittesting<br />
Frameworks<br />
Free! (no costly license fee from MS)<br />
loosely typed language as oppose to strongly typed .net (i guess this has pros and cons, loosely typed allows you to do things quicker, but less safe)</p>
<p>PHP just need better developers, developers for .net/java are usually good at OOP and good architects, that&#8217;s why they make better software, little to do with the capability of the language. If .net/java developer are to develop in PHP, they would make equally good software once they master the language basis and api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Common Misconceptions of PHP « Craig Strong &#124; Neorack Tutorials</title>
		<link>http://c6s.co.uk/webdev/171/comment-page-1#comment-6489</link>
		<dc:creator>Common Misconceptions of PHP « Craig Strong &#124; Neorack Tutorials</dc:creator>
		<pubDate>Sat, 02 Jan 2010 22:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://c6s.co.uk/?p=171#comment-6489</guid>
		<description>[...] code for years with the exception of the odd testing script and procedure      View post: Common Misconceptions of PHP « Craig Strong   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] code for years with the exception of the odd testing script and procedure      View post: Common Misconceptions of PHP « Craig Strong   Share and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

