ropendev / pdomodel
PDOModel is a simple and light PHP class to maintain database, table and data easily.
Installs: 2 952
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-11-10 07:22:17 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