<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>php-Phreaks &#187; Tutorial</title>
	<atom:link href="http://php-phreaks.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-phreaks.com</link>
	<description>PHP security, development, design, and review discussions.</description>
	<lastBuildDate>Sat, 25 Dec 2010 16:56:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Revisiting the BASICs</title>
		<link>http://php-phreaks.com/2009/09/26/revisiting-the-basics/</link>
		<comments>http://php-phreaks.com/2009/09/26/revisiting-the-basics/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 10:18:21 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Beginner]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=270</guid>
		<description><![CDATA[Sitting back, I&#8217;m remembering days when I spent hours trying to write some of the simplest code; appreciating what I went through to attain my current skill level, looking back upon the frustrations that make me smile.  Many years and programs ago (it was 1986, I was 6 going on 7), I came to the]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/09/26/revisiting-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Beginner]]></coop:keyword>
	</item>
		<item>
		<title>Late Static Bindings</title>
		<link>http://php-phreaks.com/2009/03/27/late-static-bindings/</link>
		<comments>http://php-phreaks.com/2009/03/27/late-static-bindings/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:28:24 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Late Static Bindings]]></category>
		<category><![CDATA[LSB]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=225</guid>
		<description><![CDATA[PHP 5.3 implements a feature called &#8220;late static bindings&#8221; that has been in the works since the PHP Developers Meeting that took place in November 2005 in Paris. This feature resolves an issue of inheritance, used to reference the called class in a context of static inheritance. Prior to version 5.3 a problem existed if]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/03/27/late-static-bindings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Intermediate]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Late Static Bindings]]></coop:keyword>
		<coop:keyword><![CDATA[LSB]]></coop:keyword>
	</item>
		<item>
		<title>Namespaces</title>
		<link>http://php-phreaks.com/2009/03/10/namespaces/</link>
		<comments>http://php-phreaks.com/2009/03/10/namespaces/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:46:21 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Namespace]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=157</guid>
		<description><![CDATA[Namespace has been used in programming languages for quite a few years. Java uses them extensively, and many people have complained about the lack of namespace in PHP. Namespace was initially slated for PHP 5.0, but due to difficulties with its implementation, integration into the code base was postponed to version 5.3. With the release]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/03/10/namespaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			<coop:keyword><![CDATA[Intermediate]]></coop:keyword>
		<coop:keyword><![CDATA[Optimization]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Tutorial]]></coop:keyword>
		<coop:keyword><![CDATA[Namespace]]></coop:keyword>
	</item>
		<item>
		<title>Object Oriented PHP Memory Concerns</title>
		<link>http://php-phreaks.com/2008/09/18/object-oriented-php-memory-concerns/</link>
		<comments>http://php-phreaks.com/2008/09/18/object-oriented-php-memory-concerns/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 11:05:20 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[OO]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=13</guid>
		<description><![CDATA[On September 17th, 2008, Ryan Campbell wrote: It’s hard to imagine pushing the limits of object oriented PHP so far that your web servers choke, but the truth is those limits are reached faster than you think. We’ve run some tests over at Wufoo and it turns out that any sort of mass object creation]]></description>
		<wfw:commentRss>http://php-phreaks.com/2008/09/18/object-oriented-php-memory-concerns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Advanced]]></coop:keyword>
		<coop:keyword><![CDATA[Optimization]]></coop:keyword>
		<coop:keyword><![CDATA[Memory]]></coop:keyword>
		<coop:keyword><![CDATA[Object Oriented]]></coop:keyword>
		<coop:keyword><![CDATA[OO]]></coop:keyword>
	</item>
	</channel>
</rss>

