File Release Notes and Changelog
Release Name: 1.0.1
Notes:
PHP Object-Oriented HTML API (pOHA)
===================================
1. FILES
2. INSTALLATION
3. CREDITS
4. LICENSE
1. FILES
--------
pOHA.ini The configuration file for phpDocumentor
(http://phpdocu.sourceforge.net/). Use this
configuration file with phpDocumentor to
generate the documentation for pOHA
pOHA.php The Base pOHA library file. Contains the pOHA Base
API.
pOHACompound.php The Compound pOHA library file. Contains the
pOHA Compound API.
pOHAExtended.php The Extended pOHA library file. Contains the
pOHA Extended API.
CHANGES Change log.
README This file.
2. INSTALLATION
---------------
Simply extract the contents of this archive and include the
appropriate pOHA library file in your code to start using pOHA.
e.g. <? include('pOHACompound.php'); ?>
would include the pOHA Compound API and pOHA Base API for use
in your code.
It is recommended that you generate the documentation from the source
using phpDocumentor. The configuration file pOHA.ini should be modified
for your system before executing it.
3. CREDITS
----------
Conception, Design and Development:
Alexander Whillas <alex at tsd.net.au>
Development and Design:
Bernard Leckning <bernard at dorja.com>
Thanks to Sourceforge.net for hosting.
http://www.sf.net
http://poha.sourceforge.net
4. LICENSE
----------
pOHA is covered by the Lesser GNU Public License.
http://www.gnu.org/copyleft/lesser.html
If you copy or redistribute pOHA, all the files in 1. must be included
and this file must included as is.
Changes:
* Corrected mistakes in documentation.
* Fixed bug in HTMLLabelledImageSubmitButton constructor.
* Removed all hard-coded rendering of HTML by render methods in HTMLPage class.