PHP Classes

File: myXTree/ChangeLog

Recommend this page to a friend!
  Classes of Tereshchenko Andrey   myXTree   myXTree/ChangeLog   Download  
File: myXTree/ChangeLog
Role: Auxiliary data
Content type: text/plain
Description: ChangeLog
Class: myXTree
myXTree is an interface to a SQL-tree.
Author: By
Last change: -
Date: 19 years ago
Size: 2,546 bytes
 

Contents

Class file image Download
2004-02-10 * Error handling is completely advanced. PEAR style of error handling is extended with a new class "Error" (see file Error.php for details). The code became easier for understanding and for debugging. Version of changed files updated to 1.1 2004-01-20 * myXTree: Fixed bug which brokes relations the ancestor-descendant. It occured in those cases when the query returned objects having an ancestor instead of direct parents. Version of file updated to 1.1 2004-01-19 * Package version 1.0beta is released. Support of a prefix of names for tables of a database is added. There is an possibility to change a prefix dynamically (after connection of a class myXTree to a database). Two public methods are added, the myXTree::selectBySQL() and myXTree::setPrefix(). See manual for details. Automatic functional tests for the basic possibilities of a package are written. 2003-10-29 * ChangeLog: Fixed bug in dates. Has crept since last year :~) 2003-10-26 * myXTree.php: Many changes for optimization. Version updated to 0.3 * myXTQuery.php: Added keyword "DISTINCT" in all SQL queries. It is connected to that some XPath expressions return the many identical records though in effect it is one node. Version updated to 0.21 2003-08-21 * myXTree.php: Added parameter "$full" to myXTree::update() method. See documentation for details. Version updated to 0.23 2003-07-17 * The myXTPath package is altered. The files myXTPath.php, XTPathParser.php and XTPredicateParser have received version 0.3. The files path.csv and predicate.csv are replaced on other. 2003-07-05 * myXTPath/XTPathScan.php and scan.csv removed from package. * myXTPath/myXTPath.php: Added private method myXTPath::_separate() instead of XTPathScan class. Changed method myXTPath::evaluate() according to this changes. Version updated to 0.21 2003-06-09 * base.sql: The index for table Objects is changed. The execution of queries was speed up. Version of database updated to 00.11 2003-05-25 * myXTree.php: The check of a data-in is added for method myXTree::insert(). Fixed bug in myXTree::update() method. Version updated to 0.22 2003-05-25 * myXTree.php: Fixed bug that return result from previous selecting. Version updated to 0.21 2003-05-24 * Original Version released.