WARP is a library that uses the abstractions in WebFace to create a facility where multiple pages can share the same control mechanism. For example 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
WARP does this, primarily, by replacing the Web_Ctrl feature to build custom links for each "applet". (Each, applet being the name for the various server-side files that handle application-specific functionality.)
Product's homepage