Thread Benutzerauthorisation & HTML::Template
(5 answers)
Opened by pktm at 2007-10-04 20:02
kommt halt darauf an, was du machen willst. HTC hat auch ein einfaches switch/case, vielleicht
reicht das ja schon. in meinem framework habe ich rollen und aktionen, und im template frage ich dann nur nach aktion ab: Code: (dl
)
[%if .can.forum.post %]Antwort-Link[%/if %] hier wird mit .can.forum.post eine verschachtelte hash-struktur abgefragt. 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |