]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change staticGet() from DB_DataObject to Memcached_DataObject for file classes
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 21:24:40 +0000 (14:24 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 21:24:40 +0000 (14:24 -0700)
classes/File.php
classes/File_oembed.php
classes/File_redirection.php
classes/File_thumbnail.php
classes/File_to_post.php

index 800041d5d2fccc17d5cc3f0b2a48f5928f9855cb..47af1c550626179bc4de295cfb2fbc4cb08d594b 100644 (file)
@@ -47,7 +47,7 @@ class File extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('File',$k,$v); }
+    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index f9ca14e3cfe9f5a81d6b765c03cd259e81e42eb6..51ee57b29640701108f858736915178d90b152f4 100644 (file)
@@ -46,7 +46,7 @@ class File_oembed extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('File_oembed',$k,$v); }
+    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File_oembed',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 13f02f8e5d54c738d20dc3f850276b856333e499..edd915c1e8eb9ffea76d1a0ae3b110ddbc607252 100644 (file)
@@ -43,7 +43,7 @@ class File_redirection extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('File_redirection',$k,$v); }
+    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File_redirection',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 40d85b2583e4cb58d4ef1fdaf6bd0ac2a5f17282..21dcad5714e771032c4e5fe4ef6a9792035b82d0 100644 (file)
@@ -38,7 +38,7 @@ class File_thumbnail extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('File_thumbnail',$k,$v); }
+    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File_thumbnail',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index bb5f4e6e4b8f5fa31c161fe5d064d05cd548b224..db0a8d2169c4f67bb45502c10f71b29a9e75bafb 100644 (file)
@@ -36,7 +36,7 @@ class File_to_post extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('File_to_post',$k,$v); }
+    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File_to_post',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE