News Feed
Jobs Feed
Sections




News Archive
DZone.com:
The Best Unknown Databases for PHP Apps
August 06, 2012 @ 10:49:50

In this new post to DZone.com today Leigh Shevchik kicks off a series of posts looking at the "unknown databases" that PHP developers might not think about when working on their applications.

In this day and age, there a plethora of options available to us. In this three part series, I'm going to walk you through five alternative databases that you may or may not have heard of. [...] Whether you're involved in embedded development, OLTP, OLAP, massive scalability and storage or simple database-backed applications, you're not going to walk away with the same perspective that you had before you started reading these posts. So without further ado, let's get started with a look at a veteran of the Internet: Berkeley DB.

She covers some of the database's basic features and a bit about its history (available for years) as well as some detail on how requests to the database work. To make the connection from your application, you'll need to install the dba PHP extension. She provides two examples of code that uses the database - one that just connects and deletes a record, another that adds/removes/finds users from an "address book" database.

0 comments voice your opinion now!
database type unknown berkeleydb tutorial dba extension


blog comments powered by Disqus

Similar Posts

The Bakery: Five New Posts - Releases/Articles/Tutorials

SmashinGeeks.com: Display the Number of Retweets for a Post Using PHP

SitePoint PHP Blog: Dealing with Dependencies

PHP Security Blog: Suhosin 0.9.15 comes with Transparent phpinfo() Protection

VideoPHPBlog.com: Create your own MVC


Community Events











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


application series code introduction opinion zendframework2 podcast community example tool conference interview testing framework unittest functional phpunit release language development

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