Show
Ignore:
Timestamp:
03/15/06 23:15:57 (3 years ago)
Author:
gerd
Message:

Some code cleanup and merge patSession2 to trunk!
This version DOES NOT SUPPORT PHP 4!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/example_basic_namespace.php

    r34 r46  
    1111 * @copyright 2004 http://www.php-tools.net 
    1212 * @license LGPL 
    13  **/ 
    14         error_reporting( E_ALL ); 
    15          
    16         // include error-manager 
    17         include_once '../../patError/patErrorManager.php'; 
    18         patErrorManager::setErrorHandling( E_ERROR, 'verbose' ); 
    19          
     13 */ 
     14    // load error handler 
     15    include_once './_error.php'; 
     16 
    2017        // include factory/loader 
    2118        include_once '../patSession.php';