Skip to content

Commit 381b33c

Browse files
authored
Clarify GET param terminology
1 parent c090e56 commit 381b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/dev/code/init_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 10
77

88
The initSystem refers to all of those files that are automatically included/initialised before any `command` scripts can be run.
99

10-
Zen Cart v1.x.x and v2.x.x both use a (non Object Oriented) page controller pattern to decide the scripts to run, based on `HTTP_GET` parameters. The most important of these is the `main_page` parameter. Depending on that parameter, a command script is then run. Each commmand script resides in a directory in `/includes/modules/pages`.
10+
Zen Cart v1.x.x and v2.x.x both use a (non Object Oriented) page controller pattern to decide the scripts to run, based on HTTP URL parameters. The most important of these is the `main_page` parameter. Depending on that parameter, a command script is then run. Each commmand script resides in a directory in `/includes/modules/pages`.
1111

1212
For example if `main_page=login` the command script would be taken from the `/includes/modules/pages/login/` directory.
1313

0 commit comments

Comments
 (0)