PHP Classes

File: history.txt

Recommend this page to a friend!
  Classes of Cristian Navalici   XMLTrans   history.txt   Download  
File: history.txt
Role: Auxiliary data
Content type: text/plain
Description: History
Class: XMLTrans
Manipulate internationalization XML files
Author: By
Last change:
Date: 16 years ago
Size: 634 bytes
 

Contents

Class file image Download
0.4 23 June 2008 The class takes now full advantage of DOM implementation instead of file functions operations. The XT_addkey, XT_updatekey, XT_deletekey are modified with DOM support. New function: XT_domconnector(); 0.3 12 June 2008 The array languages is now not coded into the class; instead, in the class constructor we'll scan for all the present languages from our defined directory. The file must have the form XX.xml, where XX - two language initials (e.g. en.xml, ro.xml) New function: XT_list_languages(); 0.2 10 June 2008 New function: XT_createfile() Small improvements. 0.1 19 March 2008 Initial version