Skip to content

unframed/JSONModel.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONModel.php

Build Status

"People Love ORMs" - Paul M. Jones.

Requirements

  • a tutorial
  • continuous integration
  • map between JSON messages, SQL relations and PHP objects
  • support composite SQL primary keys, numeric identifiers and a JSON column.
  • provide a few methods to query tables and views in one base controller class
  • with good names and well named options as first or second argument
  • implement iterative schema updates (aka: database migrations)
  • use SQLAbstract to query SQL safely everywhere
  • support PHP 5.3

Credits

Releases

No releases published

Packages

No packages published