<?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: 'PureMVC Database Class'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 03:30:24 GMT</pubDate>
<item>
<title>ghwilson4456 said on 1/13/09</title>
<link>http://snipplr.com/view/8920/puremvc-database-class/</link>
<description><![CDATA[ Maybe I should have come up with a better title or offered a description.  Frankly, the code was meant for my developers particular usage alone and should probably have been set to private (I'm somewhat new to Snipplr.com).  This code is meant for my Flex developers using PureMVC and WebORB.  It's usage is for working with the AS3 code generated by WebORB's management tool and our workflow. ]]></description>
<pubDate>Tue, 13 Jan 2009 12:44:24 GMT</pubDate>
<guid>http://snipplr.com/view/8920/puremvc-database-class/</guid>
</item>
<item>
<title>AKtivX said on 10/9/08</title>
<link>http://snipplr.com/view/8920/puremvc-database-class/</link>
<description><![CDATA[ Thank you for the contribution, but I am unsure what you mean by Pure MVC...   MVC is a design pattern that uses 3 components Model... which is generally a class definition of database table, the View which isused to  handle the display of the data provided by the model, and of course the controller, which basically handles requests and routes the request to the proper controller and loads the correct view.. This class here, is a a singleton .. which means it will only allow a single instance of the object to exist at any given time. This pattern is often used in an MVC architecture, but it is not really anything to do with MVC as a whole... Good code though, so please dont take this the wrong way... very useful.

Cheers ]]></description>
<pubDate>Thu, 09 Oct 2008 20:25:33 GMT</pubDate>
<guid>http://snipplr.com/view/8920/puremvc-database-class/</guid>
</item>
</channel>
</rss>