Paradox File Access Paradox
&reftitle.intro; &warn.experimental; This module allows to read Paradox database and primary index files. It has initial support for creating Paradox databases. Consider it to be experimental due to lack of documentation of the Paradox file format. This module has not been tested on other platforms than Debian/GNU Linux for PPC. This module is also in development and may change, though I don't expect major changes to the API.
&reftitle.required; You need at least PHP 5.0.0 and libpx >= 0.1.9. The paradox library (libpx) is available at &url.paradox.pxlib;.
&reference.paradox.configure;
&reftitle.runtime; &no.config;
Object oriented API The paradox extension provides also an object oriented API. It consists of only one class called paradox_doc. Its methods only differ from the functions in its name and of course the missing first parameter. The following table will list all methods and its equivalent functions. Methods of class paradox_doc Name of method Equivalent function Constructor px_new Destructor px_delete open_fp px_open_fp create_fp px_create_fp close px_close numrecords px_numrecords numfields px_numfields get_record px_get_record put_record px_put_record get_field px_get_field get_schema px_get_schema get_info px_get_info set_parameter px_set_parameter get_parameter px_get_parameter set_value px_set_value get_value px_get_value get_info px_get_info set_targetencoding px_set_targetencoding set_tablename px_set_tablename set_blob_file px_set_blob_file timestamp2string px_timestamp2string
&reference.paradox.constants;
&reference.paradox.functions;