Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coleHafner/DABL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

DABL is released under the MIT license. See the file LICENSE for the full text.

About

PHP ORM and Optional MVC Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • CSS 0.1%