1-INSTALL
Requirements
------------
The following requirements should be met prior to using Arabic library:
* PHP version 5.0 or higher
Installation instructions
-------------------------
Installation is quite easy: copy the contents of the "I18N_Arabic" folder and
"I18N_Arabic.php" file to any location in your application required.
Afterwards, make sure you can include "I18N_Arabic.php" file. This can be achieved by
respecting a base folder structure, or by setting the PHP include path, for example:
set_include_path(get_include_path() . PATH_SEPARATOR . '/path/to/I18N_Arabic.php/');
PEAR Installation instructions
------------------------------
You can use PEAR Installer to install I18N_Arabic package from the ar-php.org website:
pear install http://www.ar-php.org/pear/I18N_Arabic-3.tgz
|