/[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

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

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

revision 57 by dpavlin, Sun Jul 6 18:00:54 2008 UTC revision 81 by dpavlin, Thu Jul 10 15:23:16 2008 UTC
# Line 15  my $select = Line 15  my $select =
15                  ->from( $users_table )                  ->from( $users_table )
16  #               ->where( $users_table->column('parent_message_id'), '=', Fey::Placeholder->new() )  #               ->where( $users_table->column('parent_message_id'), '=', Fey::Placeholder->new() )
17                  ->order_by( $users_table->column('id'), 'DESC' )                  ->order_by( $users_table->column('id'), 'DESC' )
18                  ->limit(3)  #               ->limit(5)
19          ;          ;
20    
21    
# Line 25  has_many 'rows' => ( Line 25  has_many 'rows' => (
25  #       bind_params => sub { $_[0]->message_id() },  #       bind_params => sub { $_[0]->message_id() },
26  );  );
27    
28    #warn dump( map { $_->name } $users_table->columns );
29    
30  1;  1;

Legend:
Removed from v.57  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26