Login   Register  
PHP Classes
elePHPant
Icontem

pDB

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Benny Zaminga  >  pDB  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: pDB
Base name: pdb
Description: File based database SQL engine in pure PHP
Related classes: , , , , ,
Version: -
PHP version: -
License: GNU Lesser General Public License (LGPL)
All time users: 1174 users
All time rank: 2674
Week users: 0 users
Week rank: 2364
 

  Author  
Picture of Benny Zaminga
Name: Benny Zaminga <e-mail contact>
Packages: 2 Browse all classes by Benny Zaminga Browse all classes by
Country: Switzerland Switzerland - PHP jobs in Switzerland
Age: 36
All time rank: 4827 in Switzerland Switzerland
Week rank: 984 Down11 in Switzerland Switzerland Down


  Detailed description  
pDB is a collection of PHP classes that implement a file based embeddable SQL database engine.

It was written in pure PHP and does not require any special extension or external resource. So, it can be distributed with any plain PHP application.

It works by storing the database tables in files that contain arrays serialized by PHP to store the data of the rows and columns of the tables. The database table files can be moved between different environments and operating systems.

It provides a SQL 92 compliant interface to execute queries like with any SQL database engine.

With small databases it can be faster than MySQL or PostgreSQL. It does not impose the overhead of establishing local socket or TCP/IP connections.

  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes


  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (68.8%)
Sufficient (68.8%)
Insufficient (37.5%)
Sufficient (68.8%)
-
-
Not sure (51.9%)
1375
Month:
Not yet rated by the users

  Applications that use this class  
Link Description
pDBGUI A frontend or admin-interface for pDB
peDeBe peDeBe is a very basic mini CMS-approach based on pDB
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
Introduction to pDB A short and unfinished introduction to pDB.
pDB Wiki Main resource for pDB related files and docs.
pDB-API Docs (Download .tgz) pDB-API Documentation (Download gzipped tarball)
pDB-API Docs (Online) pDB-API Documentation (View online)

  Files folder image Files  
File Role Description
Files folder imageDB_ROOT (1 directory)
Plain text file common_queries.txt Data A few common queries needed by the HTML-Interface.
Plain text file index.php Example HTML-Test-Interface
Plain text file pDB.conf.php Data pDB's ConfigFile
Plain text file pDB.users.php Data pDB's UserConfig
Plain text file pDB_CORE.php Class pDB's CORE-Class
Plain text file pDB_SQL_PARSER.php Class pDB's SQL-Parser-Class
Plain text file pDB_TABLE_OBJ.php Class pDB's TableObject (´in-memory´-table or ResultSetObject)
Plain text file README Doc. PLEASE READ THIS

  Files  /  Files folder image DB_ROOT  
File Role Description
Files folder imagedb_00 (1 file)

  Files  /  DB_ROOT  /  Files folder image db_00  
File Role Description
  Plain text file .pdb Data pDB's DB-folder. (Where all databases'll reside.)

Download all files: pdb.tar.gz pdb.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.