Share

PHP Toolbox

File Release Notes and Changelog

Release Name: Tbox Utility Pack R1

Notes:
PHP/Toolbox Utility Pack R1 provides PHP/Toolbox #1 & #2 with additional
capabilities of simple and efficient data handling, for instance, XML or
ini-style configuration files.

The Utility Pack R1 consists of a number of 'abstract' classes that are
supposed to be subclassed to provide custom functionality:

* CIniFile	The ini file processor.
* CFileMill	The class that encapsulates file directory listing operations.
* CFileDisp	Dispatching file lister.
* CXML		The basic xml parser class.
* CXMLDisp	The dispatching xml parser.
* CXMLContext	Context handling xml parser.
* CXMLContext2	The flavor of CXMLContext with single data processing point.
* CFormProc	Encapsulates the form processing.

Please refer to /apidoc for more details and /test and /sample for the examples
of use. Note, they are thoroughly commented, so use them as tutorial
documentation, please.


Changes: