Re: module and logicistics advice, please

2001-10-29 Thread Pete Sergeant
> What I don't yet understand is the other direction: How do I make > individual configuration variables, taken from database.cfg, available in > the modules or db.cgi? I guess that would be a job for "require", but am > not sure. You have a number of options. My prefered one is to do this: (opt

module and logicistics advice, please

2001-10-28 Thread birgit kellner
I'm rethinking the basic approach to a database managing script I have and would need some advice about how to rewrite it into some modules, cgi scripts that use them and smaller files which are "require"-d and whose variables I need available in the modules/scripts. The setup I have now is ba