On Thu, Sep 18, 2008 at 4:35 PM, Micah Gersten <micah@xxxxxxxxxxx> wrote:
If you need abstraction, check this out:
http://us.php.net/pdo
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I looked at PDO, and liked it, but it seems really buggy in the version of
php we're running. I had to stop using it. We're running 5.1.2.
Well from my experience with PDO the does the job pretty well and
although I use it for mysql I haven't noticed any obvious bug. Update is
always needed and since I despise development is M$ windowz I don't know
if there are bugs there.
Well using PDO will do the magic for you if you plan to migrate to
another database. Since you are writing in an object oriented way as far
as I can tell then data objects is more suited to your style.
--
Thodoris