Topic: adodb extension
author: jose
created: 30-06-2012 10:27:41 AM
|
I have been using adodb since the day I was born. I never use the adodb extension. Is it save to use for productions sites? If I start using the extension, is it transparent? Do I need to change anything in my code? When I use the extension, Do I still need to download the adodb classes? |
|
Topic: Re:adodb extension
author: John Lim
created: 04-07-2012 04:49:41 AM
|
The adodb extension is no longer being maintained. Since PHP 5, OOP performance has been so much better that there is little need to use it. |
|
|