tingar / DABL

PHP ORM and Optional MVC Framework

Home Page:http://manifestwebdesign.com/redmine/projects/dabl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DABL

DABL is a database ORM that builds PHP classes to represent and interact with each table in your database. Using these classes, table rows can be created, retrieved, updated, deleted, and counted using very simple and short commands without writing raw SQL (unless you want to). DABL is designed to make the repetitive tasks of database access easier using the Object-Oriented functionality of PHP 5. DABL also recognizes foreign key relationships and automatically creates class methods for them.

About

PHP ORM and Optional MVC Framework

http://manifestwebdesign.com/redmine/projects/dabl


Languages

Language:PHP 100.0%