Thomas Wittek > Konstrukt > Konstrukt::Plugin::svar

Download:
konstrukt/Konstrukt-0.5-beta13.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Konstrukt::Plugin::svar - Access to session values

SYNOPSIS ^

Usage:

        <!-- set value -->
        <& svar var="var_name" set="value "/ &>
        
        <!-- print out value -->
        <& svar var="var_name" / &>

Result:

        <!-- set value -->
        
        <!-- print out value -->
        value

DESCRIPTION ^

Plugin to support access to session values

METHODS ^

prepare

The date is a very volatile data. We don't want to cache it...

Parameters:

execute

Checks the passed tag for attributes like var="varname" and set="value".

With only 'var' being passed, the according value of the session variable will be put out.

With additionaly 'set' being passed, the according value of the session will be changed and nothing will be put out.

Parameters:

AUTHOR ^

Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.

This document is free software. It is distributed under the same terms as Perl itself.

SEE ALSO ^

Konstrukt::Plugin, Konstrukt