rnmcd Posted October 3, 2006 Posted October 3, 2006 I was emailing back-and-forth with a programmer and he said he would like to use PHPADODB for a website that he MAY design for me. Any idea what that is and does TCH support PHPADODB? thanks. Quote
TCH-Don Posted October 3, 2006 Posted October 3, 2006 ADOdb is a database abstraction library for PHP. I think it is a package you install on your site, but open a help desk ticket to the techs to see if it is supported. Quote
rnmcd Posted October 4, 2006 Author Posted October 4, 2006 ADOdb is a database abstraction library for PHP.I think it is a package you install on your site, but open a help desk ticket to the techs to see if it is supported. Support said they don't suppot ADOdb. Does that mean they just won't provide help or that I can't install it on my site because it is against TCH policy? Quote
TCH-Dick Posted October 4, 2006 Posted October 4, 2006 You should have no issue using adodb on our servers. Don't quote me on this but I believe several scripts we provide in Fantastico such as Gallery, use adodb. Quote
telcor Posted October 4, 2006 Posted October 4, 2006 ADODB is a very nicely designed database abstraction layer for PHP. It simplifies supporting disparate databases and provides a common featureset for all supported databases. Installation is simple: 1. Unzip the adodb.zip file to a directory in your account. 2. Within your PHP Project, inlcude the adodb.inc.php file That's it. Nice, simple and easy. Makes it easy to upgrade to when the need arises. It has an excellent track record. I've used it for years and do not recall any exploits or security vulnerabilities for it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.