-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
datamapper | ||
========== | ||
|
||
CodeIgniter Datamapper | ||
DataMapper is an Object Relational Mapper written in PHP for CodeIgniter. It is designed to map your Database tables into easy to work with objects, fully aware of the relationships between each other. | ||
|
||
General Features | ||
|
||
Everything is an object! | ||
Easy to setup, easy to use. | ||
Custom Validation on object properties. | ||
Lazy Loading (related objects are only loaded upon access). | ||
Relations and their integrity are automatically managed for you. | ||
One to One, One to Many, and Many to Many relations fully supported. | ||
Select data in the style of Active Record (with or without Method Chaining). |