News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Cyberlot's Blog:
Extending PDO and PDO FETCH_ASSOC
December 19, 2005 @ 06:53:18

On Cyberlot's blog today, he has this new post where he looks at extending the already powerful PDO library to fetch information and not have to use setFetchMode with every query.

One thing with pdo, every time you do a statement you have to tell if what mod to use for fetch. You can do this either directly by passing a value like PDO::FETCH_ASSOC to your fetch statements or to setFetchMode for each query result.

Now if your like me and use the same exact mode 99% of the time this can get a little annoying.

Well ran into a project where I would need to get the status of a mysql table often, so wanted to make some reusable code for this, realize this also might be a good time to tackle the whole pdo issue, so here you go a solid example of how to extend PDO to stop having to use setFetchMode every query or extend it some more to change your needs.

The code itself is pretty simple, and makes fetching the results a bit less tedius of a task...

0 comments voice your opinion now!
php extening PDO fetch_assoc setFetchMode php extening PDO fetch_assoc setFetchMode



Similar Posts

Lukas Smith\'s Blog: To serialize or to not serialize?

PHP Magazine: May 2006 Issue Released!

Derick Rethans\' Blog: eZ components webcast

Richard Heyes\' Blog: PHP Console Class

Tobias Schlitt\'s Blog: We go stable - eZ components 1.0


Community Events









Don't see your event here?
Let us know!


database releases developer job release cakephp framework example security zend PEAR book package mysql code application zendframework PHP5 ajax conference

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework