News Feed
Jobs Feed
Sections




News Archive
Juhana Rasanen's Blog:
Using MongoDB with CodeIgniter
November 05, 2010 @ 11:01:28

On the Juhana Rasanen's blog today there's a new tutorial showing you how to use the popular NoSQL database MongoDB with an application written in the CodeIgniter framework.

Considering using MongoDB instead of a SQL DB in your next CodeIgniter project? Well, we were and decided to take a stab at it, and fairly soon discovered that it is pretty straightforward. Even more so, if you don't try to use CI Active Record, but use native PHP Mongo interface to store and query your data. That suits our case, as we are planning to access the data mostly from Javascript UI over Ajax - in which case it is quite simple to just get the document from Mongo as an array and then serialize it to the UI using PHP JSON functions.

He talks about his extension of CI_Session to handle the session management and user authentication pulled from the MongoDB and used as normal in your application. He's made the package available for for download if you'd like to see how its implemented (there's a README for installation instructions).

0 comments voice your opinion now!
codeigniter framework mongodb database nosql integrate session


blog comments powered by Disqus

Similar Posts

Community News: CakeFest 2008 Announced (and a Call for Papers)

SitePoint PHP Blog: How To Synchronize Your PHP and MySQL Timezones

PHP Security Blog: Why I don\'t fear the Zend Framework

AjaxRay.com: The first Kohana book : Kohana 3.0 Beginner’s Guide

Michael Nitschinger's Blog: Introducing Relationships in Lithium


Community Events











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


database opinion introduction framework functional development conference phpunit testing symfony2 usergroup community interview language podcast series rest example release zendframework2

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