Thread Poard: Hilfe gesucht (65 answers)
Opened by Strat at 2007-06-17 17:11

pq
 2007-06-20 15:04
#91759 #91759
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
my $rows = 30;
my $count = ...; # get total resultcount
my $page = ...; # get page from cgi
   my $pager = WWW::Battie::Pager->new({
            items_pp => $rows,
            total_count => $count,
            before => 3,
            after => 3,
            current => $page,
            link => '/my/script?foo=bar;p=%p',
            title => '*%p*',
        })->init;
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Poard: Hilfe gesucht