<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Simple Class Connection'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Thu, 16 Apr 2026 03:51:31 +0000</lastBuildDate>
    <item>
      <title>james0rion said on 14/Aug/2010</title>
      <link>https://snipplr.com/view/39047/simple-class-connection</link>
      <description>&lt;p&gt;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:&#13;
`&#13;
$var = new Connect;&#13;
//queries here&#13;
unset($var);&#13;
`&lt;/p&gt;</description>
      <pubDate>Sat, 14 Aug 2010 16:32:02 UTC</pubDate>
      <guid>https://snipplr.com/view/39047/simple-class-connection</guid>
    </item>
  </channel>
</rss>
