/[Frey]/trunk/lib/Frey/ObjectBrowser.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/Frey/ObjectBrowser.pm

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

revision 82 by dpavlin, Thu Jul 10 15:29:01 2008 UTC revision 83 by dpavlin, Thu Jul 10 15:41:17 2008 UTC
# Line 34  use Data::Structure::Util qw(unbless); Line 34  use Data::Structure::Util qw(unbless);
34  sub html {  sub html {
35          my ( $self, $req ) = @_;          my ( $self, $req ) = @_;
36    
         my $params = $req->param;  
         warn "# params = ",dump( $params );  
   
37          use Strix::User;          use Strix::User;
38          use Strix::View::User;          use Strix::View::User;
39    
40          my $s = Strix::User->rows();          my $s = Strix::User->rows();
41          warn "# s = ",dump( $s );          #warn "# s = ",dump( $s );
42    
         my $f = {};  
43          my @w;          my @w;
44    
45          while ( my $u = $s->next ) {          while ( my $u = $s->next ) {
# Line 53  sub html { Line 49  sub html {
49                  push @w, $w;                  push @w, $w;
50          }          }
51    
52            my $f = { $req->params };
53    
54          while ( 1 ) {          while ( 1 ) {
55                    
56                  warn "# got $#w elements: ",dump( map { $_->id } @w );                  warn "# got $#w elements: ",dump( map { $_->id } @w );

Legend:
Removed from v.82  
changed lines
  Added in v.83

  ViewVC Help
Powered by ViewVC 1.1.26