From: Mike P. <php...@po...> - 2004-04-13 15:05:01
|
Don, I guess I'm not thinking in a very PHPWS-way yet :) Help me wrap my head around this. This is how my module works: I have several links to the module in various menus. Each link passes a different parameter (in this case an author's name). The module selects rows from an sql database that match that author's name and displays the results in a table. There is no user interaction required (user or deity). What would my manager do? Mike... > Regardless of how simple your module might be, making use of the > Item/Manager system provides a lot of flexibility and code re-use. Even > if I just had a single item with a single field (much like skeleton), I > would still use a Manager. > > Don |