| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |
CatalystX::Usul::Model::Config::Credentials - Database connection definitions
0.3.$Revision: 591 $
# The constructor is called by Catalyst at startup
Maintains database connection strings
Defines the language independent attributes; driver, host, password, port and user for the credentials element. Returns a CatalystX::Usul::Model::Config object
Defined the ctrldir attribute
$c->model( q(Config::Credentials) )->create_or_update( $stash, $args );
Encrypts the $args->{req}->params->{password} attribute by calling
encrypt in CatalystX::Usul::Schema. Then calls method of same
name in CatalystX::Usul::Model::Config
$c->model( q(Config::Credentials) )->credentials_form( $stash );
Stuffs the stash with the data to build the credentials maintenance form
None
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Peter Flanigan, <Support at RoxSoft.co.uk>
Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |