/[Frey]/trunk/lib/Strix/User.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/lib/Strix/User.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sat Jun 28 11:49:35 2008 UTC (15 years, 10 months ago) by dpavlin
File size: 147 byte(s)
initial code dump of my web-framework-tingy:

Continuity + Fey::ORM + Template::Declare
1 package Strix::User;
2
3 use strict;
4 use warnings;
5
6 use Strix::Schema;
7 use Fey::ORM::Table;
8
9 has_table( Strix::Schema->Schema()->table->('users') );
10

  ViewVC Help
Powered by ViewVC 1.1.26