Show
Ignore:
Timestamp:
09/25/04 10:59:13 (4 years ago)
Author:
gerd
Message:

- update docs
- corrected typos
- changes to make Native driver compatible with PHP5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/install.txt

    r2 r21  
    99 * @license LGPL 
    1010 * @link http://www.php-tools.net 
    11  * @todo more detailed information 
    1211 */ 
    1312  
    1413patSession Installation 
    1514======================= 
    16 This is a very short document, that tries to help you setting up patError for  
     15This is a very short document, that tries to help you setting up patSession for  
    1716basic usage. Please read the readme.txt for further information. 
    1817 
    1918INSTALLATION 
    2019============ 
    21 Copy the file patSession.php into your include directory. That 's all. 
     20This package requires patError! patError is another project of the patTeam. It  
     21can be found and downloaded at http://www.php-tools.net 
     22 
     23Due to avoid conflicts with different verions of patError, we decided not to  
     24include the files of patError in other packages. Sorry for inconvinience.  
     25 
     26Manual installation: 
     27-------------------- 
     28Copy the file patSession.php and the folder (inclusive subfolders) into you  
     29include directory. That's all.  
     30 
     31Install the PEAR package 
     32------------------------ 
     33Download the PEAR package file from the project homepage and install it, by  
     34typing the command:  
     35 
     36 pear install <filename> 
     37  
     38After installation, patSession can be included with: 
     39  include_once 'pat/patSession.php'; 
     40  
    2241 
    2342TESTING 
     
    2645"include_once"-statement. 
    2746 
    28  
    29