<?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; Object Oriented</title>
	<atom:link href="http://www.php4every1.com/tag/object-oriented/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>Edit XML</title>
		<link>http://www.php4every1.com/tutorials/edit-xml/</link>
		<comments>http://www.php4every1.com/tutorials/edit-xml/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 17:27:19 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Tutorial Requests]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=537</guid>
		<description><![CDATA[I had an idea about creating tutorial that will cover manipulating XML in PHP. The idea was to create some software that will use XML as a database. But then I realized that it will take me to much writing (about 100 pages) so I may create some video tutorials later. But since I've got a lot of requests where readers asked from me to create some tutorial about editing XML so I decided to create simple tutorial.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/edit-xml/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>jQuery Search Content</title>
		<link>http://www.php4every1.com/tutorials/jquery-search-content/</link>
		<comments>http://www.php4every1.com/tutorials/jquery-search-content/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:14:04 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Object Oriented]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=447</guid>
		<description><![CDATA[In this tutorial I'll show you how you can create jQuery plugin that will search for some words in tables and display those rows that have entered words in their cells.]]></description>
		<wfw:commentRss>http://www.php4every1.com/tutorials/jquery-search-content/feed/</wfw:commentRss>
		<slash:comments>6</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>

