PDA

View Full Version : Cache_Lite


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

MasterChief
November 15th, 2004, 16:43
http://pear.php.net/manual/en/package.default.cache-lite.cache-lite-function.call.php