2017 © Pedro Peláez
 

library supermodel

Define your models using a common interface

image

xtfer/supermodel

Define your models using a common interface

  • Tuesday, June 10, 2014
  • by xtfer
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SuperModel is a PHP tool for defining data models at run time., (*1)

Most data modelling tools for PHP are tightly coupled to the database APIs they are tied to. Others are rigid, and can't be changed at runtime. SuperModel provides an API for defining a data model which is only generated when it is accessed. This allows the model to be altered, even during a request if necessary., (*2)

SuperModel makes no assumptions about your data source, storage, output or other components, and can be easily tied into other systems., (*3)

Usage

SuperModel assumes you will create a new Class to define your model that extends the SuperModel., (*4)

While SuperModel allows you to define things like whether a property is required, or changeable, it does not validate whether these properties are changed., (*5)

The Versions

10/06 2014

dev-master

9999999-dev

Define your models using a common interface

  Sources   Download

GPLv3

The Development Requires

by Christopher Skene

09/06 2014

0.2

0.2.0.0

Define your models using a common interface

  Sources   Download

GPLv3

The Development Requires

by Christopher Skene

14/05 2014

0.1

0.1.0.0

Define your models using a common interface

  Sources   Download

GPLv3

The Development Requires

by Christopher Skene