Skip to content

pagestudiocms/datamapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

CodeIgniter Datamapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 66.4%
  • PHP 31.4%
  • CSS 1.5%
  • JavaScript 0.7%