Sources for file plugins/dbspec/cache.php in version 2.0



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.0
 * CVS tag:     $Id: cache.php,v 1.8 2003/05/31 08:29:39 bok Exp $
 * Author:      Robert Amos <bok[at]ausmac.net>
 *              Andrew Wellington <proton[at]wiretapped.net>
 * Copyright:   2001,2002,2003 odynia.org.
*/

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';

}


Website is Copyright © Odynia.org 2000-2005 - Xnyo is released under a BSD license.