Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saekort committed Jul 28, 2014
1 parent 976e7db commit a8c44e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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).

0 comments on commit a8c44e8

Please sign in to comment.