Here is what i have...perhaps I am going about this all wrong.

we have a system with multiple types of groups.  Each group has a
group type code in the database record.  We have built a function in
grp_listener named getGrpList which returns ALL of the groups
regardless of group type code.  However, we would like to display a
list of groups that have a group type code of 'TEAM'.  would we create
a seperate function in the grp_listener name getGrpTeamList or would
we simply pass a variable to the listener to tell it to narrow the
query?

Does this make sense?

I guess the bottom line is how many functions do we want to put in our
listener?  Should the be specific to the action or broad like the
example below?

Thank you.

Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: https://greatbiztoolsllc-svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc-trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to