Thread Benutzerauthorisation & HTML::Template (5 answers)
Opened by pktm at 2007-10-04 20:02

pq
 2007-10-04 21:53
#100288 #100288
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Benutzerauthorisation & HTML::Template