Sources for file plugins/dbspec/cache.php in version 2.0 Beta 4
Click on a comment to hide it. Click here to show all comments.
/*
* Project: Onyx: PHP Application Backend
* File: plugins/dbspec/cache.php
* Database Specs for the database cache module
*
* Version: 2.0b4
* CVS tag: $Id: cache.php,v 1.3 2002/10/28 14:49:53 bok Exp $
* Author: Robert Amos <bok[at]ausmac.net>
* Andrew Wellington <proton[at]wiretapped.net>
* Copyright: 2001,2002 Shiznatz.
*/
class dbspec_cache {
var $_title = 'cache';
var $_database = 'uls';
var $page = 'page';
var $seed = 'seed';
var $time = 'time';
var $location = 'location';
var $user = 'username';
var $content = 'content';
}
