Login   Register  
PHP Classes
elePHPant
Icontem

File: README.TXT

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Wolter Kaper  >  Screen Stack  >  README.TXT  >  Download  
File: README.TXT
Role: Documentation
Content type: text/plain
Description: installation and tryout help
Class: Screen Stack
Implement stacked pages navigation
Author: By
Last change:
Date: 2005-07-31 11:25
Size: 697 bytes
 

Contents

Class file image Download
Installation of example:
- create a directory and copy the class to it
- create a subdirectory 'demo' and copy all example files to it

To run the example:
- go to http://.../demo/a.php?stack=i
Then use the available links and buttons.
Also try your browsers history (back and forward) and reload buttons.

What the class does is:
- Relieve subordinate screen-scripts from having to know the details
(GET options) of the screen that the user has to return to.
- Enforce screens to be processed in stack-order, while maintaining
compatibility to the browsers history and reload buttons.
(Two degrees of strictness can be chosen).

All explanation is in the main class file itself.