Upgrade to CodeIgniter 2.0.3
This commit is contained in:
@@ -10,29 +10,29 @@
|
||||
* @license http://codeigniter.com/user_guide/license.html
|
||||
* @link http://codeigniter.com
|
||||
* @since Version 2.0
|
||||
* @filesource
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* CodeIgniter Dummy Caching Class
|
||||
* CodeIgniter Dummy Caching Class
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @subpackage Libraries
|
||||
* @category Core
|
||||
* @author ExpressionEngine Dev Team
|
||||
* @link
|
||||
* @link
|
||||
*/
|
||||
|
||||
class CI_Cache_dummy extends CI_Driver {
|
||||
|
||||
/**
|
||||
* Get
|
||||
* Get
|
||||
*
|
||||
* Since this is the dummy class, it's always going to return FALSE.
|
||||
*
|
||||
* @param string
|
||||
* @param string
|
||||
* @return Boolean FALSE
|
||||
*/
|
||||
public function get($id)
|
||||
@@ -40,8 +40,8 @@ class CI_Cache_dummy extends CI_Driver {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Cache Save
|
||||
*
|
||||
@@ -55,7 +55,7 @@ class CI_Cache_dummy extends CI_Driver {
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
@@ -112,7 +112,7 @@ class CI_Cache_dummy extends CI_Driver {
|
||||
/**
|
||||
* Is this caching driver supported on the system?
|
||||
* Of course this one is.
|
||||
*
|
||||
*
|
||||
* @return TRUE;
|
||||
*/
|
||||
public function is_supported()
|
||||
@@ -121,9 +121,9 @@ class CI_Cache_dummy extends CI_Driver {
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
|
||||
}
|
||||
// End Class
|
||||
|
||||
/* End of file Cache_apc.php */
|
||||
/* Location: ./system/libraries/Cache/drivers/Cache_apc.php */
|
||||
/* End of file Cache_dummy.php */
|
||||
/* Location: ./system/libraries/Cache/drivers/Cache_dummy.php */
|
||||
Reference in New Issue
Block a user