ea-Geier
[ class tree: ea-Geier ] [ index: ea-Geier ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3.  * ea-Geier start file
  4.  *
  5.  * LICENSE:
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 2 of the License, or
  9.  * (at your option) any later version.
  10.  * This program is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.     See the
  13.  * GNU General Public License for more details.
  14.  * You should have received a copy of the GNU General Public License along
  15.  * with this program; if not, write to the Free Software Foundation, Inc.,
  16.  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  17.  *
  18.  * @package       ea-Geier
  19.  * @author       m2mtech <tech@m2m.at>
  20.  * @copyright  2007 m2m server software gmbh
  21.  * @license       http://www.gnu.org/licenses/gpl.html GNU General Public License Version 2
  22.  * @version       $Id: index.php 37 2007-04-01 07:03:32Z m2mtech $
  23.  * @link       http://www.ea-geier.at/
  24.  */
  25.  
  26. /**
  27.  * environment configuration
  28.  */
  29. require_once('code/config.php');
  30.  
  31. /**
  32.  * state machine
  33.  */
  34. require_once('code/index.inc.php');
  35.  
  36. /**
  37.  * template engine
  38.  */
  39. require_once('code/index.html.php');
  40.  
  41. /**
  42.  * state machine
  43.  * @global array $data 
  44.  */
  45. $data eaStateMachine($conf);
  46.  
  47. /**
  48.  * html output
  49.  */
  50. eaHTMLOutput($data);
  51.  
  52. ?>

Documentation generated on Sun, 09 Sep 2007 17:08:52 +0200 by phpDocumentor 1.3.1