Welcome Guest, Not a member yet? Register   Sign In
output cache problem with mobile/desktop view.
#4

[eluser]rana[/eluser]
It isn't necessary to use a driver. You can use file system as well. load cache driver as below:

Code:
$this->load->driver('cache', array('adapter' => 'apc', 'backup' => 'file'));

The above code will look for 'apc' driver first, if not available, will work with 'file' system. If you are strict about no driver, use 'file' only. You can read more about my codeigniter caching tutorial. Thanks.



Messages In This Thread
output cache problem with mobile/desktop view. - by El Forum - 05-27-2013, 01:27 PM
output cache problem with mobile/desktop view. - by El Forum - 05-28-2013, 03:34 AM
output cache problem with mobile/desktop view. - by El Forum - 05-28-2013, 07:13 AM
output cache problem with mobile/desktop view. - by El Forum - 05-28-2013, 09:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB