PHP Classes
elePHPant
Icontem

PHPXBase: Access dbf/foxpro files without PHP ext.

Recommend this page to a friend!

  Author Author  
Picture of Erwin Kooi
Name: Erwin Kooi <contact>
Classes: 3 packages by
Country: The Netherlands The Netherlands
Innovation award
Innovation award
Nominee: 2x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package is a read/write wrapper around xbase (dbf/foxpro) flat file databases that does not use any PHP extensions specific for that purpose.

It provides several classes to abstract the access to flat file database tables, records and columns.

Todo : indexes + memo support

  Classes of Erwin Kooi  >  PHPXBase  >  Download Download .zip .tar.gz  >  Support forum Support forum (19)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHPXBase
Base name: phpxbase
Description: Access dbf/foxpro files without PHP ext.
Version: 1.0.0
PHP version: -
License: Freely Distributable
 
  Groups   Trackback   Applications   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


  Innovation Award  
PHP Programming Innovation award nominee
November 2005
Number 5


Prize: One book of choice by O'Reilly
Sometimes flat file databases are more convenient to use because they do not require a database server to be accessed.

Usually they are also much faster to access because they do not require the use of SQL or any query language that imposes overhead to parse before executing the queries.

PHP has several extensions to access flat file databases. However, such extensions may not be available in the PHP version that is installed with some Web servers.

This class provides a pure PHP based solution that makes it possible to access dbase flat file databases, thus without the need for any specific extensions.

Manuel Lemos

  Pages that reference this package  
Baca Tulis File DBF dengan PHP
Setelah sebelumnya kita membahas mengenai bagaimana baca tulis file CSV dengan PHP, maka pada tutorial ini akan dibahas mengenai baca tulis file DBF...

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file api_conversion.php Appl. PHP dbase api implementation
Plain text file Record.class.php Class Record.class.php
Plain text file Column.class.php Class Column class
Plain text file Table.class.php Class Table class
Plain text file WritableTable.class.php Class Writable extend of Table
Accessible without login Plain text file test.php Example sample script
Accessible without login Plain text file test_api.php Example test api
Accessible without login Plain text file test_clone.php Example test clone function
Accessible without login Plain text file test_create.php Example test create function

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