Re: [Zope] Folderish Objects and their contained objects

2000-06-13 Thread Shalabh Chaturvedi
the filesystem. HTH, Shalabh - Original Message - From: Stephan Richter <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 14, 2000 7:44 AM Subject: [Zope] Folderish Objects and their contained objects > Hello everyone, > &g

[Zope] Folderish Objects and their contained objects

2000-06-13 Thread Stephan Richter
Hello everyone, I am writing a folderish class (in Python) that gets its objects from a database using SQL. I want to call the object as follows: WEBURL/FolderishClassInstance/ObjectID What needs to be done? The Folderish class should contain something like a getObject class that is automatic