<?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: Using references in PHP: The Basics</title>
	<atom:link href="http://www.codr.eu/using-references-in-php-the-basics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codr.eu/using-references-in-php-the-basics</link>
	<description>dev screencasts &#38; tutorials</description>
	<lastBuildDate>Fri, 04 Dec 2009 16:54:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristof Polleunis</title>
		<link>http://www.codr.eu/using-references-in-php-the-basics/comment-page-1#comment-29</link>
		<dc:creator>Kristof Polleunis</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codr.eu/?p=198#comment-29</guid>
		<description>I think a good way to visualize it for most people would be to compare it with something they are familiar with like shortcuts on the desktop.

Say you have 1 shortcut (alias) on your desktop that links to a folder on you harddisk.  Now you copy the shortcut and make a duplicate of it.

Both the original and duplicate point to the same folder.  Now you open the folder through clicking on the original shortcut and add a file to this folder. 

Next when you go back to the desktop and click on the duplicate shortcut it will show you the same directory with that extra file.

But when you delete one shortcut, the folder is still on the disk and the other shortcut still points the folder.  When you delete the value of the variable or in this case the foldercontent, it&#039;s gone.</description>
		<content:encoded><![CDATA[<p>I think a good way to visualize it for most people would be to compare it with something they are familiar with like shortcuts on the desktop.</p>
<p>Say you have 1 shortcut (alias) on your desktop that links to a folder on you harddisk.  Now you copy the shortcut and make a duplicate of it.</p>
<p>Both the original and duplicate point to the same folder.  Now you open the folder through clicking on the original shortcut and add a file to this folder. </p>
<p>Next when you go back to the desktop and click on the duplicate shortcut it will show you the same directory with that extra file.</p>
<p>But when you delete one shortcut, the folder is still on the disk and the other shortcut still points the folder.  When you delete the value of the variable or in this case the foldercontent, it&#8217;s gone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
