================================================================ IDEA: Tell Jokes ========================================================== Createdby: Yu Kuo Date: 24-Oct-2003; Edit History: ---------------------------------------------------------------- startofworkflow 1a. IDEA Page (submit) ------ cgi ------> sidebar.php [Web-page] [IDEAGUI] parameters: $value=messages 1b. sidebar.php ------------------> MainFrameController.php [IDEAGUI] [IDEAGUI] parameters: $value=schedule 1c. MainFrameController.php ----------> controller.php [IDEAGUI] [IDEAGUI] 2. controller.php -----------> IDEA_Tell_Jokes [IDEAController] [IDEAFeatureEngine] 4. IDEA_Tell_Jokes ----------> IDEADBMS [IDEAFeatureEngine] [IDEADBMS] parameter: SQL query 5. IDEA_Tell_Jokes <---------- IDEADBMS [IDEAFeatureEngine] [IDEADBMS] parameter: ResultSet 6. controller.php <----------- IDEA_Tell_Jokes [IDEAController] [IDEAFeatureEngine] parameter: $IDEA_Tell_Jokes_Joke 7. controller.php ----------> GUI.php [IDEAController] [IDEAGUI] parameters: IDEA_Tell_Jokes_Joke 8a. GUI.php ----------> jokes.php [IDEAGUI] [IDEAGUI] parameter: IDEA_Tell_Jokes_Joke 8b. jokes.php ----- cgi ------> IDEA Result Page [IDEAGUI] [Web-page] endofworkflow ----------------------------------------------------------------------