Welcome Guest, Not a member yet? Register   Sign In
MP_Cache: Simple flexible Partial Caching
#7

[eluser]Jelmer[/eluser]
That's a good point. I must admit I never really program out the notices, but I don't think this is the complete. It requires you to set the second part of the get() function always when you don't expire your cache if you don't want notice errors, and I prefer it not to require.

Wouldn't the following be a better and even logically better solution? I think the statement $cache['mp_cache_expires_time'] > 0 should be isset($cache['mp_cache_expires_time']).

Which would make it the full line:
Code:
if ($use_expires && isset($this->contents['mp_cache_expires_time']) && $this->contents['mp_cache_expires_time'] < time())

A sidenote: I've written the second version which I haven't posted yet because it hasn't been fully tested. You can find it at http://mpsimple.mijnpraktijk.com/mp_cache.htm.

EDIT: You were right though, putting the $use_expires variable first was also logically better.


Messages In This Thread
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-17-2009, 04:28 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-17-2009, 09:36 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-19-2009, 08:34 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-19-2009, 10:30 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-06-2009, 09:01 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 04:43 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 05:41 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 03:34 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 04:42 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 05:40 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 05:41 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 10:31 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 12:01 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 04:16 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 04:37 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 04:42 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-21-2009, 04:42 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-06-2009, 08:37 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 02:14 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 05:32 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 05:35 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 08:31 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 08:43 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 09-18-2009, 06:42 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 09-23-2009, 04:50 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 12-04-2009, 02:15 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 12-20-2009, 07:22 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-28-2010, 06:16 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-28-2010, 06:24 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-28-2010, 07:21 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 02:10 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 04:13 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 05:32 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 06:22 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-26-2010, 06:39 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-11-2010, 03:03 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-11-2010, 03:20 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-11-2010, 10:30 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-16-2010, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB