/[Frey]/trunk/lib/Reblog/Items.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

Annotation of /trunk/lib/Reblog/Items.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191 - (hide annotations)
Sun Sep 14 00:49:57 2008 UTC (15 years, 7 months ago) by dpavlin
File size: 219 byte(s)
access Reblog MySQL schema
1 dpavlin 191 package Reblog::Items;
2    
3     use strict;
4     use warnings;
5    
6     use Reblog::Schema;
7     use Fey::ORM::Table;
8    
9     sub collection_table { 'items' }
10     has_table( Reblog::Schema->Schema->table( collection_table ) );
11     with 'Frey::Collection';
12    
13     1;

  ViewVC Help
Powered by ViewVC 1.1.26