Thread HTML::Template TMPL_IF Block in TMPL_LOOP Block (9 answers)
Opened by kruemmel at 2007-01-14 17:28

renee
 2007-01-14 18:33
#73200 #73200
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
push @{$rows}, $_ while $_ = $sth->fetchrow_hashref();


zu

Code: (dl )
push @{$rows}, {%$_, IS_DEC => $_->{Monat} eq 'Dec' ? 1 : 0} while $_ = $sth->fetchrow_hashref();
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread HTML::Template TMPL_IF Block in TMPL_LOOP Block