Connector library for PHP News
Brought to you by:
peroks
A complete documentation of the Connector library is available here: http://connlib.sourceforge.net/doc/.
This documention includes
- A comprehensive tutorial
- Detailled API documentation
- Many examples
- Complete class reference
The initial release of the Connector library for PHP was released today. The key features are:
Database independent: The Connector library is designed as a database independent API for any PHP database extension. It's kept very simple for that exact reason.
Extendable: You can add support for multiple additional databases without changing your application code. If a suitable connector is not included in this package, you can add your own custom connector with a limited effort.... read more