/[Frey]/trunk/lib/Strix/Anketa.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

Diff of /trunk/lib/Strix/Anketa.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 990 by dpavlin, Thu Nov 20 12:54:57 2008 UTC revision 991 by dpavlin, Sat Jan 10 23:29:38 2009 UTC
# Line 6  use strict; Line 6  use strict;
6  use Strix::Schema;  use Strix::Schema;
7  use Fey::ORM::Table;  use Fey::ORM::Table;
8    
9  with 'Frey::Collection';  with 'Frey::ORM::Collection';
10    
11  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
12    
# Line 54  package Strix::Anketa::Pitanja; Line 54  package Strix::Anketa::Pitanja;
54  use Strix::Schema;  use Strix::Schema;
55  use Fey::ORM::Table;  use Fey::ORM::Table;
56    
57  with 'Frey::Collection';  with 'Frey::ORM::Collection';
58  sub collection_table { 'anketa_pitanja' }  sub collection_table { 'anketa_pitanja' }
59  my $table = Strix::Schema->Schema()->table( collection_table );  my $table = Strix::Schema->Schema()->table( collection_table );
60  has_table( $table );  has_table( $table );

Legend:
Removed from v.990  
changed lines
  Added in v.991

  ViewVC Help
Powered by ViewVC 1.1.26