This class can be used for creating wizard-like pages, for instance, for installing applications.
It can generate wizards with multiple pages with installation progress feedback and standard buttons to go to the next page, previous page, cancel the installation task. There is also a subclass that makes it display a splash screen page.
It can perform several types of standard installation tasks creating directories, copy files and install databases. Database support requires either ADO DB or PEAR DB libraries.
NOTE: please contact me if this class does not seem to work correctly with PHP5. |