You are not logged in Log in Join
You are here: Home » Members » andym » PropertyList 0.1 Released » View NewsItem

Log in
Name

Password

 

PropertyList 0.1 Released

Property List lets you write a bunch of properties in one object in a simple file. This format and object is taken from the CMF. However the CMF loads the properties into a Folder. This has all the properties in a standard object and is compatible with external editor.

For example:

foo:string=bar
bar:string=foo
You can then call this from the presentation language of your choice:
<dtml-with ProperytListObject>
<dtml-var foo>
</dtml-with>
for example. I was going to call it PropertyObject, but someone beat me to it ;)

More: PropertyList.