<?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>Yloz féle zacc &#187; oop</title>
	<atom:link href="http://yloz.eu/tag/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://yloz.eu</link>
	<description>Személyes, meló, minden...</description>
	<lastBuildDate>Sat, 31 Jul 2010 08:54:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7463</generator>
		<item>
		<title>PHP oop programozás 3. rész</title>
		<link>http://yloz.eu/2009/08/01/php-oop-programozas-3-resz/</link>
		<comments>http://yloz.eu/2009/08/01/php-oop-programozas-3-resz/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 08:58:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Melós cuccok]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://yloz.eu/?p=203</guid>
		<description><![CDATA[A PHP oop programozós tutorial 3 postja egyben. An Introduction to Object Oriented PHP – Part 1 An Introduction to Object Oriented PHP – Part 2 An Introduction to Object Oriented PHP – Part 3]]></description>
			<content:encoded><![CDATA[<p>A PHP oop programozós tutorial 3 postja egyben.</p>
<p><a title="An Introduction to Object Oriented PHP – Part 1" href="http://buildinternet.com/2009/07/an-introduction-to-object-oriented-php-part-1/" target="_blank">An Introduction to Object Oriented PHP – Part 1</a><br />
<a title="An Introduction to Object Oriented PHP – Part 2" href="http://buildinternet.com/2009/07/an-introduction-to-object-oriented-php-part-2/" target="_blank">An Introduction to Object Oriented PHP – Part 2</a><br />
<a title="An Introduction to Object Oriented PHP – Part 3" href="http://buildinternet.com/2009/07/an-introduction-to-object-oriented-php-part-3/" target="_blank"> An Introduction to Object Oriented PHP – Part 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yloz.eu/2009/08/01/php-oop-programozas-3-resz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP oop programozás</title>
		<link>http://yloz.eu/2009/07/24/php-oop-programozas/</link>
		<comments>http://yloz.eu/2009/07/24/php-oop-programozas/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 13:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Melós cuccok]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://yloz.eu/?p=191</guid>
		<description><![CDATA[2 post az alapokról. An Introduction to Object Oriented PHP – Part 1 An Introduction to Object Oriented PHP – Part 2]]></description>
			<content:encoded><![CDATA[<p>2 post az alapokról.<br />
<a title="An Introduction to Object Oriented PHP – Part 1" href="http://buildinternet.com/2009/07/an-introduction-to-object-oriented-php-part-1/" target="_blank">An Introduction to Object Oriented PHP – Part 1</a><br />
<a title="An Introduction to Object Oriented PHP – Part 2" href="http://buildinternet.com/2009/07/an-introduction-to-object-oriented-php-part-2/" target="_blank">An Introduction to Object Oriented PHP – Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yloz.eu/2009/07/24/php-oop-programozas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP névterek használata</title>
		<link>http://yloz.eu/2009/07/16/php-nevterek-hasznalata/</link>
		<comments>http://yloz.eu/2009/07/16/php-nevterek-hasznalata/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 06:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Melós cuccok]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://yloz.eu/?p=149</guid>
		<description><![CDATA[Három rövid postból álló sorozat. Az alapok elsajátításához tökéletes zacc. How to Use PHP Namespaces, Part 1: The Basics How to Use PHP Namespaces, Part 2: Importing, Aliases, and Name Resolution How to Use PHP Namespaces, Part 3: Keywords and Autoloading]]></description>
			<content:encoded><![CDATA[<p>Három rövid postból álló sorozat. Az alapok elsajátításához tökéletes zacc. <img src='http://yloz.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.sitepoint.com/blogs/2009/07/13/php-53-namespaces-basics/" target="_blank">How to Use PHP Namespaces, Part 1: The Basics</a><br />
<a href="http://www.sitepoint.com/blogs/2009/07/14/php-namespaces-import-alias-resolution/" target="_blank"> How to Use PHP Namespaces, Part 2: Importing, Aliases, and Name Resolution</a><br />
<a href="http://www.sitepoint.com/blogs/2009/07/15/how-to-use-php-namespaces-part-3-keywords-and-autoloading/" target="_blank"> How to Use PHP Namespaces, Part 3: Keywords and Autoloading</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yloz.eu/2009/07/16/php-nevterek-hasznalata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
