Show
Ignore:
Timestamp:
01/18/06 09:20:02 (3 years ago)
Author:
gerd
Message:

- Code cleanup
- Feature "id-prefix" added
- Access basic information as property

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/patSession2/examples/example_basic_factory.php

    r22 r40  
    1212 * @license LGPL 
    1313 **/ 
    14         error_reporting( E_ALL ); 
    15   
    16         // include error-manager 
    17         include_once '../../patError/patErrorManager.php'; 
    18          
    19         //patErrorManager::setErrorHandling( E_ERROR, 'verbose' ); 
     14    // load error handler 
     15    include_once './_error.php'; 
    2016  
    2117        include_once '../patSession.php';