<?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/"
	>

<channel>
	<title>Coder CPF_ &#187; PHP</title>
	<atom:link href="http://www.codercpf.be/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercpf.be</link>
	<description></description>
	<lastBuildDate>Mon, 29 Mar 2010 01:35:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP &#8211; dynamic vars in classes</title>
		<link>http://www.codercpf.be/43/php-dynamic-vars-in-classes/</link>
		<comments>http://www.codercpf.be/43/php-dynamic-vars-in-classes/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 21:37:03 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=43</guid>
		<description><![CDATA[As I&#8217;m all about python, and pythonic is the way I speak any coding language, I had a challenge in finding a way to dynamically implement new variables in a class. Unlike python, in which this is very simply done by: class MyClass: def __init__(self): self.newvar = 'value' self.newvar2 = 'bla' It&#8217;s quite the challenge [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/43/php-dynamic-vars-in-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
