Login   Register  
PHP Classes
elePHPant
Icontem

Class: PHPXBase

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Erwin Kooi  >  PHPXBase  >  Download .tar.gz .zip  >  Support forum Support forum (12)  >  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.
Related classes: , , , , , , ,
Version: -
PHP version: -
License: Freely Distributable
All time users: 2899 users
All time rank: 1043
Week users: 13 users
Week rank: 239
Picture of Erwin Kooi
Author: Erwin Kooi <e-mail contact>
Packages: 3 Browse this author's classes Browse this author's classes
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 33
All time rank: 2477 in The Netherlands The Netherlands
Week rank: 124 Up6 Up in The Netherlands The Netherlands
Innovation award
Innovation award
Nominee: 2x


  Detailed description  
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

 

  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

  Rate classes User ratings   Trackback   Applications   Files Files  

  Innovation Award  
PHP Programming Innovation award nominee
November 2005
Number 5
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

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (93.3%)
Good (80.0%)
-
Good (86.7%)
-
-
Sufficient (63.3%)
547
Month:
There are not enough user ratings to display for this class.

  Trackback links  
Link Description
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...

  Applications that use this class  
No application links were specified for this class.
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
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
Plain text file test.php Example sample script
Plain text file test_api.php Example test api
Plain text file test_clone.php Example test clone function
Plain text file test_create.php Example test create function

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.