sup/orm

There is no license information available for the latest version (dev-master) of this package.

Light orm made to manage your MYSQL databases of your php project.

dev-master 2016-02-10 13:38 UTC

This package is not auto-updated.

Last update: 2024-09-20 10:09:02 UTC


README

Light orm made to manage your MYSQL databases of your php project.

Configuration

Set the connection parameters to your database in the config file :

app/config/config_db.json

Generate the entities

With the ORM generator you can generate the tables entities of your database. Run this commande line :

php generator.php tableName

Request on the database

  1. SELECT
  2. INSERT
  3. UPDATE
  4. JOINTURES
  5. COUNT