Changeset 96 for trunk/trax/vendor/trax/dispatcher.php
- Timestamp:
- 12/14/05 01:42:40 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/dispatcher.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/dispatcher.php
r72 r96 1 1 <? 2 # $Id : dispatcher.php 51 2005-10-29 14:40:42Z john$2 # $Id$ 3 3 # 4 4 # Copyright (c) 2005 John Peterson … … 27 27 function dispatch() { 28 28 try { 29 Session::start(); 29 30 $ac = new ActionController(); 30 31 $ac->process_route(); 31 } catch(Exception $e) { 32 } catch(Exception $e) { 32 33 $ac->process_with_exception(&$e); 33 34 }
