<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Guide to OOP (Object Orientated Programming) in PHP Part 1</title>
	<atom:link href="http://webtint.net/tutorials/php-oop-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtint.net/tutorials/php-oop-part-1/</link>
	<description>A website about the internet</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:25:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shaffy</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-5933</link>
		<dc:creator>shaffy</dc:creator>
		<pubDate>Thu, 12 Aug 2010 06:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-5933</guid>
		<description>thank for this info</description>
		<content:encoded><![CDATA[<p>thank for this info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-2021</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 19 Jan 2010 20:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-2021</guid>
		<description>Awesom tutorial!

This is the first tutorial that made it to my brains :). Even the ones in my own language didn&#039;t made it as clear as this tut!

Regards</description>
		<content:encoded><![CDATA[<p>Awesom tutorial!</p>
<p>This is the first tutorial that made it to my brains :). Even the ones in my own language didn&#8217;t made it as clear as this tut!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazmul Hossain</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1628</link>
		<dc:creator>Nazmul Hossain</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1628</guid>
		<description>Thanks a lot.............
Now i understand.Thanks again..............</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;&#8230;&#8230;&#8230;.<br />
Now i understand.Thanks again&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1613</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 13:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1613</guid>
		<description>Okay, I can&#039;t find a good full example for you, but think of it like this.

Lets say you&#039;re building an API or something along those lines, and you don&#039;t want the users of it accessing certain functions or variables because they contain data you don&#039;t want the public to see (MySQL Data maybe?). Therefore you could say that private and protected are used for security reasons in some cases. 

On top of this though, using private and protected can let yourself know where these variables and functions are going to be used, thereby helping you to organize your code in some form.</description>
		<content:encoded><![CDATA[<p>Okay, I can&#8217;t find a good full example for you, but think of it like this.</p>
<p>Lets say you&#8217;re building an API or something along those lines, and you don&#8217;t want the users of it accessing certain functions or variables because they contain data you don&#8217;t want the public to see (MySQL Data maybe?). Therefore you could say that private and protected are used for security reasons in some cases. </p>
<p>On top of this though, using private and protected can let yourself know where these variables and functions are going to be used, thereby helping you to organize your code in some form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazmul Hossain</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1607</link>
		<dc:creator>Nazmul Hossain</dc:creator>
		<pubDate>Sun, 13 Dec 2009 05:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1607</guid>
		<description>Thanks.....................
u have any good example or website name where i can found private,public and protected variable or function are use together.

Thanks for reply</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
u have any good example or website name where i can found private,public and protected variable or function are use together.</p>
<p>Thanks for reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1604</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 12 Dec 2009 17:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1604</guid>
		<description>You may find in a particular situation that private and protected are beneficial. However if you want to access the variable or function from outside the class (or the classes child) you&#039;re going to have to used public instead.</description>
		<content:encoded><![CDATA[<p>You may find in a particular situation that private and protected are beneficial. However if you want to access the variable or function from outside the class (or the classes child) you&#8217;re going to have to used public instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazmul Hossain</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1603</link>
		<dc:creator>Nazmul Hossain</dc:creator>
		<pubDate>Sat, 12 Dec 2009 16:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1603</guid>
		<description>Great.I am new in PHP .I have one question to u.Why we use &quot;private and protected&quot;.we can not access them outside of the class. How i use a variable outside of a class if it declare as private or protected ???</description>
		<content:encoded><![CDATA[<p>Great.I am new in PHP .I have one question to u.Why we use &#8220;private and protected&#8221;.we can not access them outside of the class. How i use a variable outside of a class if it declare as private or protected ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adii</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1484</link>
		<dc:creator>Adii</dc:creator>
		<pubDate>Thu, 03 Dec 2009 18:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1484</guid>
		<description>Good tut !!! Thnx for postinh :) 
waiting for more awesome :):)</description>
		<content:encoded><![CDATA[<p>Good tut !!! Thnx for postinh :)<br />
waiting for more awesome :):)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1417</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sat, 28 Nov 2009 20:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1417</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by Johnny: An Introduction to OOP (Object Orientated Programming) in PHP Part 1 http://tinyurl.com/ydalhcz...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by Johnny: An Introduction to OOP (Object Orientated Programming) in PHP Part 1 <a href="http://tinyurl.com/ydalhcz.." rel="nofollow">http://tinyurl.com/ydalhcz..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designfollow</title>
		<link>http://webtint.net/tutorials/php-oop-part-1/comment-page-1/#comment-1413</link>
		<dc:creator>designfollow</dc:creator>
		<pubDate>Sat, 28 Nov 2009 17:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://webtint.net/?p=2333#comment-1413</guid>
		<description>thank for this info</description>
		<content:encoded><![CDATA[<p>thank for this info</p>
]]></content:encoded>
	</item>
</channel>
</rss>
