Re: [SMARTY-DEV] [Patch] Cache handler (diff)
[email protected] (messju mohr) Mon, 16 Oct 2006 11:43:42 +0200
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 15, 2006 at 08:11:38PM -0600, Trevor Burnham wrote: > Sorry, the .diff didn't go thorugh; I've given it a .txt extension. > > Trevor Burnham you could wrap the handling of multiple sub-handlers into a special cache-handler instead of patching 26kb into smarty, couldn't you? [...] > + if ($exists == true || $exists == false) > + return $exists; WTF? [...]