| Egg::Model::DBI::Base - Base class for DBI model component. |
Egg::Model::DBI::Base - Base class for DBI model component.
It is a base class to use it from the component of the Egg::Model::DBI manpage.
The object of this module is only the one internally used when
$e->model([LABEL_NAME]) is called.
It is not necessary to consider it because of the application usually.
The the Egg::Model::DBI manpage object is returned.
The data base handler is returned.
The connection still calls the connect method.
It connects with the data base and the Egg::Model::dbh manpage. The object is returned.
The database connectivility is cut.
the Egg::Release manpage, the Egg::Model manpage, the Egg::Model::DBI manpage, the Egg::Model::DBI::dbh manpage,
Masatoshi Mizuno, <lushe@cpan.org>
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
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.
| Egg::Model::DBI::Base - Base class for DBI model component. |