From: James E. F. <jf...@uv...> - 2003-08-22 22:04:09
|
Chad Bearden wrote: > I've googled around the web for a pear plugin that duplicates perl's > Class::DBI but can't find anything. Anyone know of anything? I'm > interested after reading these articles on perl.com > > http://www.perl.com/pub/a/2003/07/15/nocode.html > > chad. There is PEAR::DB[1] which is intended to be the Pear equivaliant of Perl DBI. See more Pear packages here[2]. [1] http://pear.php.net/package/DB [2] http://pear.php.net/packages.php -James |