-
Obsolete Practices
last modified June 25, 2008 by djay
You might need to learn to customise old code in plone
Products
For: Method to add in modules to zope. Now use Eggs.
Tools
For: singleton functionality to one plone instance. Now use z3 utility
CMFFormController
For: keep control logic for multi-part forms. Use browserviews instead
DTML
For: Older templating language. Use ZPT instead.