commit | e8f6eb62a0600daf5b192746e1eed3e81516bc92 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Oct 02 06:46:16 2006 +0000 |
committer | admin <devnull@localhost> | Mon Oct 02 06:46:16 2006 +0000 |
tree | 0f2c39dda00a4adf6d01a596ce977962b2c2a12a | |
parent | 3cad41e56fe4edc057cf6a84952a343686376429 [diff] [blame] |
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 086958d..4721f32 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php
@@ -39,6 +39,38 @@ // -------------------------------------------------------------------- + + function cache_exists($sql) + { + + + } + + + function get_cache($sql) + { + + + } + + + function delete_cache() + { + + } + + + function delete_all_caches() + { + + + } + + + + + + } ?> \ No newline at end of file