<?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>Learn PHP - TUTORIALS &#187; OBJECT ORIENTED PROGRAMMING</title>
	<atom:link href="http://www.tutorials4php.com/category/object-oriented-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorials4php.com</link>
	<description>Easy way to learn php &#38; MySQL</description>
	<lastBuildDate>Sat, 10 Dec 2011 00:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>OOP In PHP (Object Oriented Programming in PHP)</title>
		<link>http://www.tutorials4php.com/2008/03/28/oop-php-object-oriented-programming-in-php/</link>
		<comments>http://www.tutorials4php.com/2008/03/28/oop-php-object-oriented-programming-in-php/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 01:08:11 +0000</pubDate>
		<dc:creator>chaabant</dc:creator>
				<category><![CDATA[OBJECT ORIENTED PROGRAMMING]]></category>

		<guid isPermaLink="false">http://www.tutorials4php.com/14/oop-in-php-object-oriented-programming-in-php/</guid>
		<description><![CDATA[This is a basic introduction on how to use OOP &#8211; Oriented Programming In php Declaring a Class class myClass { // Class contents go here }[/code] Instantiating an Object 1 $myClassInst = new myClass&#40;&#41;; $myClassInst = new myClass(); OOP Class Inheritance 1 2 3 4 5 6 7 8 9 10 11 12 13 [...]]]></description>
		<wfw:commentRss>http://www.tutorials4php.com/2008/03/28/oop-php-object-oriented-programming-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

