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
|
Name: |
PHPXBase |
Base name: |
phpxbase |
Description: |
Access dbf/foxpro files without PHP ext. |
Version: |
1.0.0 |
PHP version: |
- |
License: |
Freely Distributable |
|
|
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
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|