1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

IMPORTANT: class2/e107 class massive changes - most of code building core environment moved to e107 class; getter for retrieving SQL related config data added; still some problems awaiting solution - e_cache (pref independent, new static methods), class2 - Language related code need its own handler; follow XXX, FIXME, TODO comments.

This commit is contained in:
secretr
2009-11-24 16:30:08 +00:00
parent 4980b1bd3b
commit 6b173127d8
3 changed files with 419 additions and 246 deletions

View File

@@ -9,9 +9,9 @@
* Cache handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/cache_handler.php,v $
* $Revision: 1.16 $
* $Date: 2009-11-18 01:04:43 $
* $Author: e107coders $
* $Revision: 1.17 $
* $Date: 2009-11-24 16:30:06 $
* $Author: secretr $
*/
if (!defined('e107_INIT')) { exit; }
@@ -20,11 +20,12 @@ define('CACHE_PREFIX','<?php exit;');
/**
* Class to cache data as files, improving site speed and throughput.
* FIXME - pref independant cache handler, cache drivers
*
* @package e107
* @category e107_handlers
* @version $Revision: 1.16 $
* @author $Author: e107coders $
* @version $Revision: 1.17 $
* @author $Author: secretr $
*/
class ecache {