News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Lukas Smith's Blog:
MDB2 example
December 28, 2005 @ 06:35:15

Lukas Smith has an example of how to use his MDB2 package in one of his latest blog posts.

I just wanted to show case some of the new features in MDB2. I especially wanted to demo some PHP5 specific features. The following example just creates a table with an autoincrementing primary key column 'id', inserts some values, fetches the last inserted id and finally, after selecting those values and outputs them using an iterator, drops the table again...

The example should work with MySQL and PostgreSQL, but not with SQLite (due to a limitation in the SQLite API). The MDB2 library makes interfacing with the database nice and clean, using functions like prepare(), execute() and query() to do the hard work for you.

0 comments voice your opinion now!
php mdb2 example create table insert fetch php mdb2 example create table insert fetch



Similar Posts

Nick Halstead's Blog: Programming Tips #9 "debug_backtrace"

IBM developerWorks: Paint 3-D images with PHP

Scott Johnson\'s Blog: Your Simple PHP Code Snippet for Monday

Sebastian Bergmann\'s BLog: Enterprise PHP {Components|Framework}

Zend Developer Zone: A Week in PHPWorld #2


Community Events









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


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

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