[Solar-svn] Revision 2861
pmjones at solarphp.com
pmjones at solarphp.com
Fri Oct 12 11:45:37 CDT 2007
added Solar_Model_Nodes_Collection for extension
Added: trunk/Solar/Model/Nodes/Collection.php
===================================================================
--- trunk/Solar/Model/Nodes/Collection.php (rev 0)
+++ trunk/Solar/Model/Nodes/Collection.php 2007-10-12 16:45:37 UTC (rev 2861)
@@ -0,0 +1,27 @@
+<?php
+/**
+ *
+ * A collection of records from the "nodes" model.
+ *
+ * @category Solar
+ *
+ * @package Solar_Model
+ *
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ *
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ *
+ * @version $Id: Exception.php 2804 2007-10-06 14:01:27Z pmjones $
+ *
+ */
+
+/**
+ *
+ * A collection of records from the "nodes" model.
+ *
+ * @category Solar
+ *
+ * @package Solar_Model
+ *
+ */
+class Solar_Model_Nodes_Bookmarks_Collection extends Solar_Model_Nodes_Collection {}
\ No newline at end of file
More information about the Solar-svn
mailing list