[nycphp-talk] Pear DB and PDO
Tom Melendez
tom at supertom.com
Mon Apr 18 11:08:43 EDT 2005
Hi Dan,
Thanks for the quick response.
So, what are my opinions if I want to use PHP5 and SQLite 3? I guess it
is to:
* build PDO and PDO SQLite
* convert my Pear DB code to use PDO (probably write some kind of
wrapper, so I don't need to change all of the code)
Looks like that is what I'm going to do, unless anyone has other ideas....
Thanks,
Tom
http://www.liphp.org
Daniel Convissor wrote:
>Hi Tom:
>
>On Mon, Apr 18, 2005 at 09:58:06AM -0400, Tom Melendez wrote:
>
>
>>I'd like to use SQLite 3 and PHP5. The only way I see to do this now is
>>with PDO. I'm also using Pear DB. Before I go down this road, is this
>>going to work?
>>
>>
>
>PEAR DB's SQLite driver uses PHP's sqlite extension, which is based on
>SQLite 2.6.
>
>--Dan
>
>
>
More information about the talk
mailing list