relational databases

PHP mysqli quickstart is online! - Ulf Wendel

Planet PHP  Thu, 01/12/2012 - 12:31

New in the PHP manual: a mysqli quickstart. You are new to PHP but you know how to code, you know SQL, you know relational databases and MySQL?

Then, I hope, this is for you. All you need is a quick overview on the concepts? The rest is ...


 

PHPMaster.com: PHP Master: Writing Cutting-Edge Code

PHPDeveloper.org  Fri, 11/11/2011 - 09:04

On PHPMaster.com today (disclaimer: PHPMaster is a SitePoint website) Timothy Boronczyk has posted a review of SitePoint's latest offering for PHP developers - Writing Cutting-Edge Code (by Lorna Mitchell, Davey Shafik and Matthew Turland).


 

Speaking at ZendCon 2011 - Bradley Holt

Planet PHP  Thu, 06/30/2011 - 09:22

Zend PHP ConferenceI’m happy to say that I will be speaking at this year’s ZendCon—the Zend PHP Conference for Developers.

I’ll be presenting a tutorial on Learning CouchDB during the first day of the conference.


 

Chris Tankersley's Blog: Playing with Lithium

PHPDeveloper.org  Fri, 11/26/2010 - 12:24

Chris Tankersley has posted his look at the Lithium framework as someone familiar with frameworks, just not one quite like this.


 

php|architect: Webcast: Mongo Scale! (TEK-X Webcast Series)

PHPDeveloper.org  Wed, 04/28/2010 - 12:49

In case you weren't able to make it to the latest webcast from the php|architect TEK-X series - Kristina Chodorow on MongoDB - you can catch it all here in the recording of the event.


 

Simplicial Databases

Lambda the Ultimate - Programming Languages Weblog  Fri, 01/08/2010 - 05:44

Simplicial Databases, David I. Spivak.


 

Introducing MongoDB

Linux Magazine: Top Stories  Mon, 09/21/2009 - 13:07

Relational databases are not necessarily the best choice for modern Web applications. A new generation of alternatives is emerging.

MongoDB is one of the best emergent solutions. And it's open source.


 

CouchRest: CouchDB, Close to the Metal

Ruby Inside  Tue, 09/01/2009 - 18:14

couchI have been contemplating the use of document-stores in my Ruby apps for a few months (you might remember my MongoMapper post from back in June), and I've been following developments in the No-SQL movement.


 

Getting Started with MongoDB and Ruby

Ruby Inside  Tue, 06/30/2009 - 17:45

mongo mapper MongoDB a is a high-performance, open source, schema-free, document-oriented database written in C++.

It's sort of a cross between scalable key/value stores and traditional functionality-rich relational databases.