Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webfactory/creole
Legacy: Database abstraction for PHP5, initially written for Propel 1.x and imported from PEAR
https://github.com/webfactory/creole
creole fremdsoftware legacy php
Last synced: 6 days ago
JSON representation
Legacy: Database abstraction for PHP5, initially written for Propel 1.x and imported from PEAR
- Host: GitHub
- URL: https://github.com/webfactory/creole
- Owner: webfactory
- License: lgpl-2.1
- Created: 2018-03-13T08:37:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T08:14:37.000Z (8 months ago)
- Last Synced: 2024-03-15T09:29:37.911Z (8 months ago)
- Topics: creole, fremdsoftware, legacy, php
- Language: PHP
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
C R E O L E
===========Creole is a database abstraction layer for PHP5. It abstracts PHP's native
db-specific API to create more portable code while also providing developers
with a clean fully object-oriented interface based loosely on the API for Java's
JDBC.
There are a number of reasons why Creole exists (when there are already several
options for PHP). Please see http://creole.phpdb.org for documentation,
propaganda, and links to the competition.
J A R G O N
===========
Jargon is part of the "Creole" project, but is considered a different package.
The Jargon classes provide convenience features that Creole - which is designed
to be a db abstraction layer for use within other apps and frameworks - lacks.
Jargon provides convenience features such as the PEAR [M]DB getCol(), getOne(),
etc. functions; Jargon makes it easy to perform paged queries; and Jargon
provides a very basic set of DAO classes.
See the INSTALL document to learn how to install these libraries. For more
usage examples, please visit the site at http://creole.phpdb.org .
-- $Id: README,v 1.1 2004/03/20 04:09:57 hlellelid Exp $