mbi76
November 15th, 2004, 10:23
hi,
I wantd to use Cache_Lite in my components.
Can someone give me a short example how to call the Cache by a class method (not a simple function). I also want to avoid static calls like this:
$cache->call('LeagueManager::showResults', $option, $func, $project);
this throws an error:
$cache->call('showResults', $option, $func, $project);
please help me,
thank you,
Marko Bischof
I wantd to use Cache_Lite in my components.
Can someone give me a short example how to call the Cache by a class method (not a simple function). I also want to avoid static calls like this:
$cache->call('LeagueManager::showResults', $option, $func, $project);
this throws an error:
$cache->call('showResults', $option, $func, $project);
please help me,
thank you,
Marko Bischof