Re: [Zope3-Users] Modified IntId utility

2007-09-24 Thread Stefan H. Holek
On 24. Sep 2007, at 18:53, Maken Seteva wrote: Fellow Zopers. I have made a slight modification to my intid util by inheriting from IntId and overriding _generateId(). I do this to be sure that all new created objects will have an incrementing number where the first object created gets id 1,

[Zope3-Users] Modified IntId utility

2007-09-24 Thread Maken Seteva
Fellow Zopers. I have made a slight modification to my intid util by inheriting from IntId and overriding _generateId(). I do this to be sure that all new created objects will have an incrementing number where the first object created gets id 1, the next gets id 2 and so on.  This way I get