[system] / trunk / webwork2 / lib / WeBWorK / DB / Record / Key.pm Repository:
ViewVC logotype

View of /trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 783 - (download) (as text) (annotate)
Fri Mar 7 21:30:10 2003 UTC (10 years, 3 months ago) by sh002i
File size: 437 byte(s)
dded Record modules for the new database. these replace the
WeBWorK::{User,Set,Problem} modules currently used.
-sam

    1 ################################################################################
    2 # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project
    3 # $Id$
    4 ################################################################################
    5 
    6 package WeBWorK::DB::Record::Key;
    7 use base WeBWorK::DB::Record;
    8 
    9 =head1 NAME
   10 
   11 WeBWorK::DB::Record::Key - represent a record from the key table.
   12 
   13 =cut
   14 
   15 use strict;
   16 use warnings;
   17 
   18 sub FIELDS($) {qw(
   19   user_id
   20   key
   21 )}
   22 
   23 1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9