7 Sep
2001
7 Sep
'01
2:25 p.m.
Shane Hathaway wrote:
It's ugly, but it's working correctly.
I guess that :-)
I suggest there's no reason to use the name manage_main for your "custzsql" method. Call it "manage_customize" or something similar instead, then make sure manage_options lists manage_customize first. Declaring the name "manage" to be private actually has no effect, but declaring manage_main to be private would.
Great idea :-) cheers, Chris