[CS-XMLDatastore-commits] SF.net SVN: cs-xmldatastore:[5] trunk/0.1
Status: Alpha
Brought to you by:
crazedsanity
From: <cs-...@li...> - 2009-09-09 19:47:28
|
Revision: 5 http://cs-xmldatastore.svn.sourceforge.net/cs-xmldatastore/?rev=5&view=rev Author: crazedsanity Date: 2009-09-09 19:47:22 +0000 (Wed, 09 Sep 2009) Log Message: ----------- Changed layout so it can easily be incorporated into an existing website (instead of being setup to be its own website).... Added Paths: ----------- trunk/0.1/cs_xmlDataStore.class.php Removed Paths: ------------- trunk/0.1/lib/ trunk/0.1/public_html/ Copied: trunk/0.1/cs_xmlDataStore.class.php (from rev 4, trunk/0.1/lib/cs_xmlDataStore.class.php) =================================================================== --- trunk/0.1/cs_xmlDataStore.class.php (rev 0) +++ trunk/0.1/cs_xmlDataStore.class.php 2009-09-09 19:47:22 UTC (rev 5) @@ -0,0 +1,28 @@ +<?php +/* + * Created on Aug 28, 2009 + * + * SVN INFORMATION::: + * ------------------- + * Last Author::::::::: $Author$ + * Current Revision:::: $Revision$ + * Repository Location: $HeadURL$ + * Last Updated:::::::: $Date$ + */ + + +class cs_xmlDataStore { + + protected $db; + protected $reader; + protected $writer; + + + //------------------------------------------------------------------------- + public function __construct() { + }//end __construct() + //------------------------------------------------------------------------- + +} + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |