XJConfForPHPpear.php-tools.netXML-to-object mapper.XJConfForPHP is a port of XJConf. It enables you to create complex data structures consisting of
objects, arrays and primitives from virtually any XML document. It provides a simple XML language
to define the XML-to-object mappings. It features namespace support and is easily extendible.Stephan Schmidtschstschst@xjconf.netyesFrank Kleinemikeymikey@xjconf.netyes2007-11-110.2.10.2.0alphaalphaLGPLFeature additions:
- Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)5.0.01.4.0xmlreader0.1.00.1.0alphaalpha2006-09-05LGPLInitial release.0.1.10.1.1alphaalpha2006-11-21LGPLFeature addition:
It is now possible to use dynamic setter methods built from an attribute value.0.1.20.1.2alphaalpha2006-11-28LGPLFeature addition:
This release enables using class loaders for differant namespaces which allows to load classes
at runtime of the XmlParser instead of having to load all classes before parsing the xml files.
Bugfix:
The ConstructorValueConverter now works with all examples.0.2.00.2.0alphaalpha2007-09-24LGPLFeature additions:
- New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey)
- It is now possible to define an explicit setter method for character data inside a tag (schst)
- Added possibility to declare tags as static (schst)
- Added several unit tests (mikey)
- Added possibility to package XJConfForPHP as a STAR archive (mikey, schst)
- Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst)
- Added implicit and explicit call to __set as well as possibility for setting public properties (mikey)
- Added XJConfFacade for a simplyfied usage of XJConf (mikey)
Bugfixes:
- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst)
- Fixed bug #7: check, whether factory method can be called statically (schst)
- Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey)0.2.10.2.0alphaalpha2007-11-11LGPLFeature additions:
- Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)