library orm
Light orm made to manage your MYSQL databases of your php project.
sup/orm
Light orm made to manage your MYSQL databases of your php project.
- Wednesday, February 10, 2016
- by JuniorBoaventura
- Repository
- 1 Watchers
- 1 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHP ORM
Light orm made to manage your MYSQL databases of your php project., (*1)
Configuration
Set the connection parameters to your database in the config file :, (*2)
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 :, (*3)
php generator.php tableName
Request on the database
- SELECT
- INSERT
- UPDATE
- JOINTURES
- COUNT
dev-master
9999999-dev
Light orm made to manage your MYSQL databases of your php project.
Sources
Download
by
JuniorBoaventura