PHPonTrax
[ class tree: PHPonTrax ] [ index: PHPonTrax ] [ all elements ]

Source for file dispatch.php

Documentation is available at dispatch.php

  1. <?php
  2. /**
  3.  *  @package PHPonTrax
  4.  *  @uses Dispatcher::dispatch()
  5.  *   $Id: dispatch.php 199 2006-05-05 01:52:43Z haas $
  6.  */
  7.  
  8. /**
  9.  *  Load the Trax environment
  10.  */
  11. require_once("environment.php");
  12.  
  13. $dispatcher new Dispatcher();
  14. $dispatcher->dispatch();
  15.  
  16. ?>

Documentation generated on Mon, 21 May 2007 22:28:28 -0600 by phpDocumentor 1.3.2