Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-02-26 (7 years ago) | Not enough user ratings | Total: 439 | All time: 5,939 This week: 853 |
Version | License | PHP version | Categories | |||
cache_class 1.0 | GNU General Publi... | 4.0 | PHP 5, Cache |
Description | Author | |||||||||||||
This class can be used to store and retrieve generic data in cache files. |
|
Using the class: 1. upload the file "cache.class.php" somewhere at your server. 2. create new directory at the server and make it writable. 3. in the file where you'll use the class, include the class require_once('classes/cache.class.php'); 4. make an instance of the class $cache = new cache(); 5. setup the cache dir: $cache->cache_dir = './others/cache'; // the default is ./cache 6. follow the steps from the example (example.php). |
Files |
File | Role | Description |
---|---|---|
cache.class.php | Class | The main class |
example.php | Example | An example using the class |
README.txt | Doc. | README file |
The.GNU.General.Public.License.txt | Lic. | the GNU license |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (2) | ||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.