ropendev/pdomodel

PDOModel is a simple and light PHP class to maintain database, table and data easily.

dev-master 2015-01-14 11:49 UTC

This package is auto-updated.

Last update: 2024-03-10 05:59:46 UTC


README

PDOModel is a simple class to set up a database and their tables and then... maintain the data easily. Some Features : function edit replace insert or update, oriented to execute a lot of insert/edit (see massEdit,massInsert...), composer friendly (and available on packagist).

TODO :

  • Documention
  • Example
  • A more complete Readme