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

Komunitasweb.com:
CodeIgniter Tutorial - ORM with DataMapper
Apr 03, 2009 @ 14:35:51

From Komunitasweb.com today there's new tutorial showing how to use the DataMapper library for the CodeIgniter framework to introduce object relational mapping (ORM) to your application.

If you familiar with CodeIgniter, then you have realized by now that you can’t have relationship manager. Yes, CodeIgniter doesn’t have built-in ORM. But there are several projects such as IgnitedRecord and DataMapper that will help you manage relationship between your models.

The post walks you through the installation of the tool, creating some sample data to work with and creating a full model, controller and view as an example.

tagged: orm datamapper orm codeigniter framework tutorial

Link:


Trending Topics: