Personal tools

Zinc::Act

From Deep Thought

Jump to: navigation, search

Zinc::Act

NAME

Zinc::Act

DESCRIPTION

Handles what we do.

new()

 Create a new Zinc::Act object.

 Properties
        DirectorObj     = An instantiated director object

Browser()

Return a CGI variable from the Director->{WebIO} object that we are attached to.

 Example:
 $self->DoSomethingCool($self->Browser('formentry'));

Memory()

Return the Memory object from the Director we are attached to.

 Example:
 $self->Memory->Recall('user.user_name');

NOTES

 None.

EXAMPLES

 None.

AUTHOR

 Cyber Sprocket Labs, Advanced Internet Technology Consultants
 Contact info@cybersprocket.com for more info.

ABOUT CSL

 Cyber Sprocket Labs (CSL) is and advanced internet technology
 consulting firm based in Charleston South Carolina.   We provide custom
 software, database, and consulting services for small to mid-sized
 businesses.

 For more information, or to schedule a consult, visit our website at
 www.cybersprocket.com

CONTRIBUTIONS

 Like the script and want to contribute?
 You can send payments via credit card or bank transfer using
 PayPal and sending money to our paypal@cybersprocket.com PayPal address.

COPYRIGHT

 (c) 2008, Cyber Sprocket Labs
 This script is covered by the GNU GENERAL PUBLIC LICENSE.
 View the license at http://www.gnu.org/copyleft/gpl.html

REVISION HISTORY

 v0.1 - May 2008
    First go.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 54:

You forgot a '=back' before '=head2'

Around line 102:

=back without =over