summaryrefslogtreecommitdiffstats
path: root/system/database/DB_cache.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-04 09:59:32 +0200
committeradmin <devnull@localhost>2006-10-04 09:59:32 +0200
commit194b894c33eb812f84862b53691eb5de304455bb (patch)
treecc19c7b67656b0bb0c303b2cc5df88c8c97376d0 /system/database/DB_cache.php
parentb17cf0d781517d3e76f9ac060e7ba19ab2543116 (diff)
Diffstat (limited to 'system/database/DB_cache.php')
-rw-r--r--system/database/DB_cache.php76
1 files changed, 0 insertions, 76 deletions
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php
deleted file mode 100644
index 4721f32c3..000000000
--- a/system/database/DB_cache.php
+++ /dev/null
@@ -1,76 +0,0 @@
-<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
-/**
- * Code Igniter
- *
- * An open source application development framework for PHP 4.3.2 or newer
- *
- * @package CodeIgniter
- * @author Rick Ellis
- * @copyright Copyright (c) 2006, pMachine, Inc.
- * @license http://www.codeignitor.com/user_guide/license.html
- * @link http://www.codeigniter.com
- * @since Version 1.0
- * @filesource
- */
-
-// ------------------------------------------------------------------------
-
-/**
- * DB Cachine Class
- *
- * @category Database
- * @author Rick Ellis
- * @link http://www.codeigniter.com/user_guide/database/
- */
-class CI_DB_cache {
-
-
-
- /**
- * Cache it!
- *
- * @access public
- * @return string
- */
- function cache()
- {
- }
-
- // --------------------------------------------------------------------
-
-
-
- function cache_exists($sql)
- {
-
-
- }
-
-
- function get_cache($sql)
- {
-
-
- }
-
-
- function delete_cache()
- {
-
- }
-
-
- function delete_all_caches()
- {
-
-
- }
-
-
-
-
-
-
-}
-
-?> \ No newline at end of file