What Is Phpadodb?

liunx

Guest
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.<br /><br />Any idea what that is and does TCH support PHPADODB?<br /><br />thanks.<!--content-->
<a href="http://adodb.sourceforge.net/" target="_blank">ADOdb </a>is a database abstraction library for PHP.<br />I think it is a package you install on your site, but<br />open a help desk ticket to the techs to see if it is supported.<!--content-->
<!--quoteo(post=191319:date=Oct 3 2006, 06:23 PM:name=TCH-Don)--><div class='quotetop'>QUOTE(TCH-Don @ Oct 3 2006, 06:23 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=191319"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec--><a href="http://adodb.sourceforge.net/" target="_blank">ADOdb </a>is a database abstraction library for PHP.<br />I think it is a package you install on your site, but<br />open a help desk ticket to the techs to see if it is supported.<!--QuoteEnd--></div><!--QuoteEEnd--><br />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?<!--content-->
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.<!--content-->
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.<br /><br />Installation is simple:<br /><br />1. Unzip the adodb.zip file to a directory in your account.<br /><br />2. Within your PHP Project, inlcude the adodb.inc.php file<br /><br />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.<!--content-->
Thanks for the update <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Top