[Zope-dev] Objects that are properties

Roch'e Compaan roche@ybm.co.za
Wed, 8 Nov 2000 18:41:01 +0200


>    This is a known problem. Use:
>
> <dtml-let itemIDs="[]">
> <dtml-in "addressRack.getPersistentItemIDs()" sort>
> <dmtl-call "itemIDs.append(_['sequence-item'])">
> </dtml-in>
>
> Now you have the required itemIDs in itemIDs.
>
> </dtml-in>

Thanks Steve and thank you Phillip for ZPatterns.

I've managed to create a very basic framework storing attributes in the ZODB
and in a SQL RDBMS.  I'm elated.  This is the way to write applications,
IMHO.

A couple of things are still unclear but I at least feel that I can create
now.

Roché