Changeset 21 for trunk/docs
- Timestamp:
- 09/25/04 10:59:13 (4 years ago)
- Files:
-
- trunk/docs/install.txt (modified) (2 diffs)
- trunk/docs/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/install.txt
r2 r21 9 9 * @license LGPL 10 10 * @link http://www.php-tools.net 11 * @todo more detailed information12 11 */ 13 12 14 13 patSession Installation 15 14 ======================= 16 This is a very short document, that tries to help you setting up pat Errorfor15 This is a very short document, that tries to help you setting up patSession for 17 16 basic usage. Please read the readme.txt for further information. 18 17 19 18 INSTALLATION 20 19 ============ 21 Copy the file patSession.php into your include directory. That 's all. 20 This package requires patError! patError is another project of the patTeam. It 21 can be found and downloaded at http://www.php-tools.net 22 23 Due to avoid conflicts with different verions of patError, we decided not to 24 include the files of patError in other packages. Sorry for inconvinience. 25 26 Manual installation: 27 -------------------- 28 Copy the file patSession.php and the folder (inclusive subfolders) into you 29 include directory. That's all. 30 31 Install the PEAR package 32 ------------------------ 33 Download the PEAR package file from the project homepage and install it, by 34 typing the command: 35 36 pear install <filename> 37 38 After installation, patSession can be included with: 39 include_once 'pat/patSession.php'; 40 22 41 23 42 TESTING … … 26 45 "include_once"-statement. 27 46 28 29 trunk/docs/readme.txt
r17 r21 9 9 * @license LGPL 10 10 * @link http://www.php-tools.net 11 * @todo more detailed information12 * @todo write a lot :-)13 11 */ 14 12 … … 16 14 Homepage at http://www.php-tools.net 17 15 18 This program and all associated files are released under the GNU Lesser Public License, 16 This program and all associated files are released under the 17 GNU Lesser Public License, 19 18 see http://www.gnu.org/licenses/lgpl.txt for details! 20 19 … … 26 25 only the native-driver is implemented (it used the native php session support). 27 26 28 Sorry, no text here... 27 More documentation can be found at the project homepage: 28 http://www.php-tools.net. 29 29 30 31 Enjoy, gERD 30 Kind regards, gERD 32 31 Viel Spaß am Gerät, gERD 33 32
