Changeset 46 for trunk/examples/example_basic_namespace.php
- Timestamp:
- 03/15/06 23:15:57 (3 years ago)
- Files:
-
- trunk/examples/example_basic_namespace.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/example_basic_namespace.php
r34 r46 11 11 * @copyright 2004 http://www.php-tools.net 12 12 * @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 20 17 // include factory/loader 21 18 include_once '../patSession.php';
