<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Simple Class Connection'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 16:07:16 GMT</pubDate>
<item>
<title>james0rion said on 8/14/10</title>
<link>http://snipplr.com/view/39047/simple-class-connection/</link>
<description><![CDATA[ If you are doing something this simple, why not just change onServer() to __construct() and offServer to __destruct(). That way all you have to do is:
`
$var = new Connect;
//queries here
unset($var);
` ]]></description>
<pubDate>Sat, 14 Aug 2010 16:32:02 GMT</pubDate>
<guid>http://snipplr.com/view/39047/simple-class-connection/</guid>
</item>
</channel>
</rss>