mirror of
https://github.com/dg/dibi.git
synced 2025-02-22 18:02:25 +01:00
42 lines
904 B
Plaintext
42 lines
904 B
Plaintext
Dibi (c) David Grudl, 2005-2007 (http://www.dgx.cz)
|
|
|
|
|
|
|
|
Introduction
|
|
------------
|
|
|
|
Thank you for downloading Dibi!
|
|
|
|
Database access functions in PHP are not standardised. This is class library
|
|
to hide the differences between the different databases access.
|
|
|
|
The files in this archive are released under the NEW BSD license.
|
|
See license.txt in this directory for a copy of the license.
|
|
|
|
|
|
|
|
Documentation and Examples
|
|
--------------------------
|
|
|
|
Refer to the 'examples' directory for examples. Dibi documentation is
|
|
available on the homepage:
|
|
|
|
http://dibi.texy.info/
|
|
|
|
|
|
|
|
Dibi.compact
|
|
------------
|
|
|
|
This is shrinked single-file version of whole Dibi, useful when you don't
|
|
want to modify library, but just use it.
|
|
|
|
This is exactly the same as normal version, just only comments and
|
|
whitespaces are removed.
|
|
|
|
|
|
|
|
-----
|
|
For more information, visit the author's weblog (in czech language):
|
|
http://www.dgx.cz/trine/
|