ADODB, PostgresQL, Object and Performanc

admin

Administrator
Staff member
I'm thinkign about using the ADODB package out there that is basically a layer of abstraction over the native API to access a variety of databases.

One I'm looking at particular with a lot of interest is "ADODB" at <!-- m --><a class="postlink" href="http://php.weblogs.com/ADODB">http://php.weblogs.com/ADODB</a><!-- m -->

A few things:

1) Wondering what people's experience with ADODB in particular are

2) ADODB uses PHP objects.. I've read a lot on stuff on people's concerns with performance hits due to object usage. How true is this and is it something to be particularly worried about? Or is the hit goign to be neglible relative to other things such as load times of graphics?

3) Performance hit due to adding another layer of abstraction on top of native API?
 
Back
Top