[Zope] Have the Zope with scripts module ?

fowlertrainer at anonym.hu fowlertrainer at anonym.hu
Fri Dec 12 04:07:10 EST 2003


Hello !

I be used to modular programming.
Units/Modules/Classes.

In Zope can I create a module with some functions ?

How can I do it ?

Or I need to be create Product for this ? How ?


(The ugly solution is this):

script: parameters

if params[0]=0 :
  ...
  r=params[1]+params[2]
  ...
if params[0]=1 :
  ...
  r=SetURLTo(params[1])
  ...
if params[0]=2 :
  ...
if params[0]=3 :
  ...
  
return(r)
  
Thanx
  

-- 
Best regards,
 fowlertrainer                          mailto:fowlertrainer at anonym.hu




More information about the Zope mailing list