news Some explanation for my e107 repo
2 years ago
Smart move on repo setup Using similar with langua [more ...]
Posted by Tgtje
$e107cache = e107::getCache();
if( $cacheData = $e107cache->retrieve('your_code'))
{
return $cacheData;
}
$cache_data = '';
$cache_data = $text;
$e107cache->set('your_code', $cache_data);
return $cache_data;
e107::getCache()->set_sys(params);
e107::getCache()->retrieve_sys('params');
e107::getCache()->clear_sys();
$e107cache = e107::getCache();
$e107cache->setMD5('your hash');
$e107cache->set('your tag', $cache_data);
Get cache:
e107::getCache()->setMD5('your hash'))->retrieve('your tag');
GLORIOUS YEARS
SATISFACTION RATE
e107 THEMES
e107 PLUGINS