Egg::Helper::Model::Session - Helper who generates session module.


Egg-Plugin-SessionKit documentation  | view source Contained in the Egg-Plugin-SessionKit distribution.

Index


NAME

Top

Egg::Helper::Model::Session - Helper who generates session module.

SYNOPSIS

Top

  % cd /path/to/MyApp/bin
  % ./myapp_helper.pl M::Session MySession
  ..........
  ......

DESCRIPTION

Top

It is a helper who generates the session module to use it with Egg::Model::Session under the control of 'lib' directory of the project.

It starts specifying the Model::Session mode and the generated module name for the helper script of the project to use it.

  % ./myapp_helper.pl Model::Session [MODULE_NAME]

Then, /path/to/MyApp?/lib/MyApp/Model/Session/[MODULE_NAME].pm is generated.

The configuration and the component module of this session module are additionally corrected to the application after it generates it and it uses it.

SEE ALSO

Top

Egg::Release, Egg::Model::Session,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Plugin-SessionKit documentation  | view source Contained in the Egg-Plugin-SessionKit distribution.