PHP Classes
elePHPant
Icontem

Perfect Database File 2: File based database manager with SQL query support

Recommend this page to a friend!
  Info   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2005-03-28 (11 years ago) RSS 2.0 feedStarStarStar 46%Total: 2,141 All time: 1,773 This week: 483Up
Version License Categories
pdbf 1.0GNU General Publi...Databases, Files and Folders
Description Author

This class is meant to manage a database that stores its tables in files.

It uses only PHP file access functions, so it does not require special extensions. It may be useful if you do not want or you do not have access to database servers like MySQL or PostgreSQL.

The class provides SQL support to perform database queries: SELECT, INSERT, DELETE, UPDATE, CREATE, DROP commands.

Picture of Eduardo Henrique Molina da Cruz
Name: Eduardo Henrique Molina ... <contact>
Classes: 2 packages by
Country: Brazil Brazil

Details
INSTALL

	1- Chmods:
	
		dbf-2.0/	755
		|
		|--	*.php	644	
		|--	data/	777
		|--	tmp/	777
		|--	var/	755
			|
			|--	dbs/	777
			|--	tbs/	777

	2- Edit the file dbf-2.0/dbf-include.php to set the path.

	Important: Don't forget to create a database before create the tables

--------------------------------

POSSIBLE PROBLEMS

	Locked table:
		If any error occur and when you try to access some table it gives the message that the table is locked, try to use the function:
			$dbf->_unlock_tb($the_table);

--------------------------------

CONTACT

	Programmed by Eduardo Henrique Molina da Cruz
	My e-mail is eduardomcruz@terra.com.br
	http://www.perfectsoftware.org
  Files folder image Files  
File Role Description
Plain text file class.pdbfile-aux.php Class Auxiliary classes
Plain text file class.pdbfile-core.php Class The Data Manipulating Class
Plain text file class.pdbfile-sql.php Class The SQL-Parser Class
Accessible without login Plain text file dbf-include.php Aux. Class Include
Accessible without login Plain text file dbf_test.php Example Examples of using the class.
Accessible without login Plain text file dump_test.php Example Example file
Accessible without login Plain text file gpl.txt Lic. The GPL License
Accessible without login Plain text file readme Doc. Readme

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,141
This week:0
All time:1,773
This week:483Up
 User Ratings  
 
 All time
Utility:75%StarStarStarStar
Consistency:75%StarStarStarStar
Documentation:-
Examples:16%Star
Tests:-
Videos:-
Overall:46%StarStarStar
Rank:2320