Don't forget to add "extension=paradox.so" to your php.ini
![]() |
|
||||||||||
|
CXIV. Paradox File AccessВведение
This module allows to read and write Paradox databases, primary index files and blob files. Write support has been proven to be quite reliable, though due to lack of documentation the produced files may not in any case be readable by other applications. Encrypted databases can be read without specifying a password if pxlib >= 0.5.0 is used.
ТребованияYou need at least PHP 5.0.0 and pxlib >= 0.4.4 for the basic set of functions. Some newer functions are only available with pxlib >= 0.6.0. Reading and writing of encrypted databases requires at least pxlib >= 0.5.0. The paradox library (pxlib) is available at http://pxlib.sourceforge.net. УстановкаA short installation note: just type
Настройка во время выполненияДанное расширение не определяет никакие директивы конфигурации в php.ini. Object oriented APIThe paradox extension provides also an object oriented API. It consists of only one class called paradox_db. 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. Таблица 1. Methods of class paradox_db
Предопределенные константыПеречисленные ниже константы определены данным расширением и могут быть доступны только в том случае, если PHP был собран с поддержкой этого расширения или же в том случае, если данное расширение подгружается во время выполнения. The following two tables lists all constants defined by the paradox extension. Таблица 2. Contants for field types
Таблица 3. Contants for file types
Paradox File Access
22-Dec-2006 12:25
Don't forget to add "extension=paradox.so" to your php.ini
john dot navratil at sbcglobal dot net
22-Dec-2006 08:06
Some difficulties were encountered installing this extension on php 5.1.6. 're2c' was not found. On Fedora Core 5, php 5.1.6, I had to... |