All Projects → unframed → JSONModel.php

unframed / JSONModel.php

Licence: LGPL-3.0 license
"People love ORMs"

Programming Languages

PHP
23972 projects - #3 most used programming language
ApacheConf
554 projects
Makefile
30231 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].