in reply to Re: CGI::Application, inheritance trees, and 'the right way'
in thread CGI::Application, inheritance trees, and 'the right way'
essentially, the admin side of this site has various management functions ( email editing, email sending, event calendar population ), and i'd like to keep on URL for the client so that he can just bookmark (or remember ) that and be done with it.
because each 'set' of admin functions does different things, i'm trying to break those out into modules so that what got called for what set of functions is easier to find.
i'm anticipating a menu (top or left, doesn't matter) where links like "manage email" and "manage events" will be, and those are the 'sets' of functions i'm using.
i can see the links going to other CGI scripts, but the only thing that saves me, i think, is the confusion of trying the 'dispatch tables' i'm working towards now ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: CGI::Application, inheritance trees, and 'the right way'
by weierophinney (Pilgrim) on Nov 03, 2004 at 13:19 UTC | |
Re^3: CGI::Application, inheritance trees, and 'the right way'
by saberworks (Curate) on Nov 02, 2004 at 18:19 UTC |