How to go about developing in zope
Miklós
nospam at nowhere.hu
Sat Sep 18 21:46:51 EDT 2004
More information about the Python-list mailing list
Sat Sep 18 21:46:51 EDT 2004
- Previous message (by thread): How to go about developing in zope
- Next message (by thread): How to go about developing in zope
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"john" <mailtome200420032002 at yahoo.com> wrote in message news:4c900ea0.0409172108.5ed8b24d at posting.google.com... > develop Zclasses for objects not already available > which in this application can be timesheet etc.... Am > I right?? Also how zope helps me to implement different kind of access > level for users(admin,apprver,employee)or I have to resort to plain > old relational database for it too?? I think Zope is pretty nice to develop this kind of application without using an RDBMS, a BTreeFolder can easily store a *lot* of objects, etc. Support for access levels are just great in Zope, fine grained, hierarchical, can be mapped out to external resources, etc. Sorry, not to really flame you but your questions are RTFM. Read the Zope book on zope.org Besides, like Josef pointed out, this is not the right place to ask about Zope, this is c.l.p. Best, Miklós
- Previous message (by thread): How to go about developing in zope
- Next message (by thread): How to go about developing in zope
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list