Document Manager is a document management system with the ability to check-in/check-out documents, track changes, and support multiple users. It supports all usual operations (rename, delete, view, edit) and comes with optional support for a secure HTTPS
...Base class is extendable to work with specific formats. Currently supports Addresses, DOC, Datebook, MobileDB, and SmallBASIC. An example converts HTML/Text to DOC.
Project has moved to GitHub.
https://github.com/fidian/php-pdb/
...Contains DDBC - D DataBase Connector - similar to JDBC (currently has MySQL, Postgres and SQLite support)
NOTE: Project has been divided into 2 subprojects (DDBC and HibernateD) and moved to GitHub!
https://github.com/buggins/ddbc
https://github.com/buggins/hibernated
MOVED TO GITHUB: https://github.com/samwilson/cawitm
Concise and easy-to-use CRUD (Create, Read, Update, and Delete) interface to MySQL databases. Only configuration required is for connecting; everything else is drawn from the structure of the database itself. Good for prototyping DB schemata.