diff options
author | wen <wen@FreeBSD.org> | 2010-03-16 06:56:48 +0000 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-16 06:56:48 +0000 |
commit | a94bfc2dca74336f172e7314145b4cdc525393d5 (patch) | |
tree | 2f4b5f108330a60f2b69a802dbd0fc3113362674 /chinese | |
parent | 9d6c350d084159b520d317f66c6adc495ac123f2 (diff) | |
download | FreeBSD-ports-a94bfc2dca74336f172e7314145b4cdc525393d5.zip FreeBSD-ports-a94bfc2dca74336f172e7314145b4cdc525393d5.tar.gz |
Class::DBI::Lite offers a simple way to deal with databases in an
object-oriented way.
One class (the Model class) defines your connection to the database
(eg: connectionstring, username and password) and your other classes
define interaction with one table each (your entity classes).
The Entity classes subclass the Model class and automatically inherit
its connection.
WWW: http://search.cpan.org/dist/Class-DBI-Lite/
Diffstat (limited to 'chinese')
0 files changed, 0 insertions, 0 deletions