2017 © Pedro Peláez
 

library pdomodel

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

image

ropendev/pdomodel

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

  • Wednesday, January 14, 2015
  • by RobinD
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,946 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PDOModel extends the default PHP PDO Class possibility

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)., (*1)

TODO : * Documention * Example * A more complete Readme, (*2)

The Versions

14/01 2015

dev-master

9999999-dev http://www.robin-d.fr/

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

database pdo mysql sqlite