On Feb 14, 2008, at 1:00 PM, Jeff Boes wrote:
I'm curious if anyone's done this before, and if there are any clever orIt's not fancy but we just run a perl script to generate our catalog_befores for each catalog. It allows us to do stuff like above and more. We keep many site settings in a configuration table editable via an Interchange based UI by non-technical people. We simply call our "make_ic_configs.pl" script from out interchange startup script. We do a similar thing with Apache.canned approaches: I would like to initialize an Interchange variable to the result of aSQL query, at IC startup (because the query could be a bit costly to runper page or even per session). Specifically, I want to set: UI_DATE_BEGIN to the first year represented by transactions.order_date, e.g., select min(to_date(order_date,'YYYY')) from transactions; The only approach I've thought up (which I haven't tried yet) would be to define a module with a BEGIN block[1], and "Require" it in the interchange.cfg or catalog.cfg. Are there other approaches?
Bill Carr suppressed _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.