<?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; Intermediate</title>
	<atom:link href="http://php-phreaks.com/category/tutorial/intermediate/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-phreaks.com</link>
	<description>PHP security, development, design, and review discussions.</description>
	<lastBuildDate>Sun, 10 Jan 2010 10:30:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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]]></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]]></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>
	</channel>
</rss>
