<?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>PHP for everyone &#187; Classes</title>
	<atom:link href="http://www.php4every1.com/tag/classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php4every1.com</link>
	<description>Blog with PHP, MySQL and other tutorials. You can also download my scripts, report a bug or leave a feedback.</description>
	<lastBuildDate>Fri, 30 Dec 2011 13:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Multi-Language Site</title>
		<link>http://www.php4every1.com/tutorials/multi-language-site/</link>
		<comments>http://www.php4every1.com/tutorials/multi-language-site/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:23:14 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Translations]]></category>
		<category><![CDATA[Tutorial Requests]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=551</guid>
		<description><![CDATA[It's been a while since I last posted something because I was very busy. So let's do something useful now. Reader Tien Phuong requested a tutorial about multi-language sites and how to create them so now I'll try to show you one way. We'll use database to store our translations and languages. So let's start.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/multi-language-site/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>PHP DomDocument Tutorial</title>
		<link>http://www.php4every1.com/tutorials/php-domdocument-tutorial/</link>
		<comments>http://www.php4every1.com/tutorials/php-domdocument-tutorial/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:31:32 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=427</guid>
		<description><![CDATA[This will be a quick tutorial that will show you how to use PHP's DOMDocument to parse your XML so you do not have to use XML parser. In this tutorial you'll see how to loop through your XML file and how to extract some specific data. For this, we will use XML file that is available on w3school.com.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/php-domdocument-tutorial/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>PHP Walker Class</title>
		<link>http://www.php4every1.com/tutorials/php-walker-class/</link>
		<comments>http://www.php4every1.com/tutorials/php-walker-class/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:42:25 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=348</guid>
		<description><![CDATA[In this tutorial we will create walker class. This class will load results by executing given SQL query and then create multidimensional array that will have entries in right position. Let's say that you have this data in your database.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/php-walker-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

