diff options
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r-- | lib/class/catalog.class.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index ec679b43..4929bb1e 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -106,6 +106,17 @@ class Catalog { } // _create_filecache /** + * get_from_path + * Try to figure out which catalog path most closely resembles this one + * This is useful when creating a new catalog to make sure we're not doubling up here + */ + public static function get_from_path($path) { + + // Break it down into its component parts and start looking for a catalog + + } // get_from_path + + /** * format * This makes the object human readable */ |