Re: [PHP-PEAR] Output_Cache Module
[email protected] (Christian Stocker) Fri, 23 Feb 2001 09:42:02 +0100 (CET)
| Newsgroups | php.pear |
|---|---|
| Organization | Phant! - http://phant.ch |
| Message-ID | <[email protected]> |
Hi > I like your caching classes, Glad to hear that ;) > but I need the possibility to store not only output. So i know, that was the plan for the next release.. but if you do that, even better :) > I moved the container logic for the DB and the fileBack end into > separate classes ( Cache_Container_db and Cache_Container_file) and made > a generic Cache class that is a parent of Cache_Output. It can handle didn't really get that. My code seperated DB and file logic as well in different classes (Cache_Output_File and Cache_Output_DB) and there was a master class (Cache_Output). Did i do something not correct with that? (i'm fairly new to php-oo-design and very eager to learn more about that.) Maybe if i see your code, it's logic for me as well. > I'll post an url later on today when I'm through making the changes. cool.. chregu ps. wrote a very basic documentation into the extended sample.php on http://www.nomad.ch/php , so if you're wondering what i intended to do, maybe this can help...