Go to the first, previous, next, last section, table of contents.


Diagram

At the beginning of each chapter describing a set of cgi-bin actions, a diagram shows a box for each action. It describes the dependencies between the different actions of the cgi-bin. After each textual description of the action a list of string is shown in parenthesis. The first string is the value of the context parameter, the unique identifier of the action, See section CGI introduction. Next, if appropriate, the word recursive may appear, See section Recursive CGI call. Finally, the name of the template used to display the end result is shown.

In some cases, the template file match the template file name used by another action. It means that when this action completes, the action logically attached to this template is called to display the result page.


Go to the first, previous, next, last section, table of contents.