Webface WARP 1.2.0 (Default branch) |
|
|
WARP uses the abstractions in WebFace to create a
facility where multiple pages can share the same
control mechanism. For instance, show_log1.php can
use the "index.php?WRP001X1_sortorder=0" component
of the GET request, while free_space.php can use
"&WRP002X2_disk=3". It does this, primarily, by
replacing the Web_Ctrl feature to build custom
links for each "applet". Each applet is the name
for the various server-side files that handle
application-specific functionality.
|