Recommend this page to a friend! |
Download .zip |
Info | View files (8) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2005-03-16 (11 years ago) | 56% | Total: 3,616 This week: 1 | All time: 891 This week: 1,047 |
Version | License | PHP version | Categories | |||
abstractdb 1.0 | GNU Lesser Genera... | 3 | Databases |
Description | Author | |||||||||||||
This package abstracts the access to SQL databases. It can be extended via driver classes. |
|
------------------------------------------------------ AbstractDB - PHP Database Abstraction Class ------------------------------------------------------ Developer: Pacific-Cybersoft Web: http://www.pacific-cybersoft.com Copyright: (C) 2005 Pacific-Cybersoft. All Rights Reserved. License: GNU LGPL - see LICENSE and further details below. Version: 1.0.2 AbstractDB is a PHP database abstraction layer, objected oriented and extensible via driver implementations which extend from a common base class. This package encapsulates all of the basic functions required by most developers without the complexity and/or utter simplicity of many other abstraction packages. Incorporating AbstractDB into your applications is as easy as including a single file as such: include("path/to/abstractdb/abstractdb.class.php"); AbstractDB will handle locating and loading the required driver classes itself. For installation instructions see the INSTALL file. For license details see the LICENSE file. For development history see the CHANGELOG file. AbstractDB is distributed with a manual generated with phpDocumentor (http://www.phpdoc.org) which is available in HTML, PDF and CHM (Windows Help) formats. You can find the manuals in the /docs directory. AbstractDB is an Open Source project. We are always on the lookout for developers willing to contribute small amounts of time to the development and enhancement of this package, especially in the area of driver development. If you would be interested in contributing please feel free to contact us at spambox at pacific-cybersoft dot com. Please also report bugs and/or feature requests to the above mentioned email address. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Known Issues: ------------- - Examples in CHM (Windows Help) documentation are not working. |
Files |
File | Role | Description | ||
---|---|---|---|---|
docs (1 file) | ||||
drivers (1 file) | ||||
abstractdb.class.php | Class | AbstractDB Main Class | ||
abstractdb_driver.class.php | Class | AbstractDB Driver Base Class | ||
CHANGELOG | Data | Change Log | ||
INSTALL | Doc. | Installation Instructions | ||
LICENSE | Lic. | License | ||
README | Doc. | Read Me File |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 1 |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
CyberMatrix Multi-Level Marketing Application |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
Text DB API driver for AbstractDB | The package is a driver for AbstractDB | Required |
Related pages |
AbstractDB on SourceForge.net Visit the AbstractDB project site on SourceForge.net |