Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Getting Started with Drizzle and PHP
Jul 09, 2009 @ 20:48:42

On the Zend Developer Zone there's a new tutorial from Vikram Vaswani looking at combining PHP and the Drizzle database and some of the basics of how they fit together.

Unless you've been completely out of touch with the open source world, you'll have heard of Drizzle, a new database server that's derived from MySQL. [...] Now, while Drizzle is still relatively new, it is quickly gaining attention among open source developers who are interested in experimenting with it, contributing to it, and using it in their projects. And that's where this article comes in.

The tutorial walks you through the installation on your platform of choice (well, of the ones available - OS X, Linux and Solaris) and how to get it configured and installed with your local PHP install. Example scripts showing some of the most common database operations are also included.

tagged: tutorial introduction mysql drizzle

Link:


Trending Topics: