/** * patSession * * $Id: install.txt 21 2004-09-25 08:59:13Z gerd $ * * @package patSession * @copyright 2003/2004 by the patTeam * @author gERD Schaufelberger * @license LGPL * @link http://www.php-tools.net */ patSession Installation ======================= This is a very short document, that tries to help you setting up patSession for basic usage. Please read the readme.txt for further information. INSTALLATION ============ This package requires patError! patError is another project of the patTeam. It can be found and downloaded at http://www.php-tools.net Due to avoid conflicts with different verions of patError, we decided not to include the files of patError in other packages. Sorry for inconvinience. Manual installation: -------------------- Copy the file patSession.php and the folder (inclusive subfolders) into you include directory. That's all. Install the PEAR package ------------------------ Download the PEAR package file from the project homepage and install it, by typing the command: pear install After installation, patSession can be included with: include_once 'pat/patSession.php'; TESTING ======= Have a look at the examples - all of them should work if you adjust the "include_once"-statement.