|
NAMEGantry::Utils::DBConnHelper::MP13 - connection info and dbh cache manager for mod_perl 1SYNOPSISuse Gantry::Utils::DBConnHelper::MP13; # put these PerlSetVars in your conf (as needed): # dbconn # dbuser # dbpass # auth_dbconn # auth_dbuser # auth_dbpass DESCRIPTIONWhen you use a model which inherits from Gantry::Utils::CDBI or Gantry::Utils::Model, using this module can help with database connection management. Feel free to implement your own subclass of Gantry::Utils::DBConnHelper if you need more control.This module is designed to work with mod_perl 1.3. There is another module for mod_perl 2 candidates: Gantry::Utils::DBConnHelper::MP20. METHODSSee Gantry::Utils::DBConnHelper for a description of the methods available here. But note that there are no set_conn_info or set_auth_conn_info methods. All values are taken from PerlSetVars.If you do not define an auth_dbconn PerlSetVar, this module will return the regular connection information, if it is ever asked for auth connection information. Here is a list of the methods documented in Gantry::Utils::DBConnHelper.
AUTHORPhil Crow <philcrow2000@yahoo.com>COPYRIGHT and LICENSECopyright (c) 2006, Phil Crow.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |