README
$Id$
###############################################################################
phpPhrasebook
###############################################################################
Installation
###############################################################################
Installing phpPhrasebook is as simple as adding phpPhrasebook.php and
phpPhrasebookSql.php to your working directory or an include directory
defined in your php.ini file.
###############################################################################
Release Notes
###############################################################################
0.1.0 is the initial release of phpPhrasebok
Please see CHANGELOG for details on what has changed in each release.
###############################################################################
General Notes
###############################################################################
phpPhrasebook is hosted at ?????
phpPhrasebook 0.1.0 is released under the GPL License, text is in
GPL.txt
###############################################################################
Feature Notes
###############################################################################
phpPhrasebook is an implementation of the phrasebook pattern, as
documented by Yonat Sharon and Rani Pinchuk in the paper, The
Phrasebook Pattern available at
http://jerry.cs.uiuc.edu/~plop/plop2k/proceedings/Pinchuk/Pinchuk.pdf.
It has simialry functionality and XML document structure as Rani
Pinchuk's Class::Phrasebook module for Perl.
A phrasebook is an XML file detailing phrases, such as error messages
or SQL statements. The phpPhrasebook and phpPhrasebookSql classes
look up entries in the phrasebook based on a dictionary name and
phrase key. By simply changing the dictionary name, one can switch
between languages be it English and Spanish or MySQL and PostgreSQL.
###############################################################################
Credits
###############################################################################
phpPhrasebook was written by Andrew Barilla <andrew at exit66 dot
com>. However, he does not take any credit for the thoughts behind it
and simply ported Rani Pinchuk's Class::Phrasebook and
Class::Phrasebook::SQL from Perl to PHP.
###############################################################################
###############################################################################
If you have any questions please email
Andrew Barilla <andrew at exit66 dot com>
|